Not found

The exact documentation you were looking for could not be found. Here is the best guess.

rank() public

Returns the rank of the matrix. Beware that using Float values can yield erroneous results because of their lack of precision. Consider using exact types like Rational or BigDecimal instead.

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