method

rank_e

v1_9_1_378 - Show latest stable - Class: Matrix
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