Flowdock
rank_e() public

Returns the rank of the matrix. This method uses Euclidean algorism. If all elements are integer, really exact value. But, if an element is a float, can’t return exact value.

Matrix[[7,6], [3,9]].rank
  => 2
Show source
Register or log in to add new notes.