rank ( matrix -- rank )
Extra matrix operations

Prev:outer-product ( u v -- matrix )
Next:nullity ( matrix -- nullity )


Vocabulary
math.matrices.extras

Inputs
matrixa matrix


Outputs
ranka rank-kind


Generic word contract
The rank of a matrix is how its number of linearly independent columns compare to the maximal number of linearly independent columns for a matrix with the same dimension.

Notes
See https://en.wikipedia.org/wiki/Rank_(linear_algebra) for more information.

Definition


Methods