Flowdock
rank() public

Returns the rank of the matrix. Beware that using Float values, probably return faild value. Use Rational values or Matrix#rank_e for getting exact result.

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