Skip to main content

Rank

The rank of a Matrix of size nΓ—nn \times n is an integer between 00 and nn that represents the dimension of the space generated by the matrix.

A matrix containing only zeroes will have a zero rank as it generates the space containing only one point {0}\{0\}

An nn by nn matrix that is inversible has rank nn as it can generate the whole space.

When multiplying two matrices, the rank of the result is the rank of the smallest one.

The function that associate a matrix to its rank is thus a morphism of monoids from (M,Γ—)(M, \times) (the set of all matrices of a given size) to (N,min⁑)(\mathbb{N},\min).