Rank

1 min read Last updated Sat Jun 27 2026 08:46:52 GMT+0000 (Coordinated Universal Time)

Number of non-zero rows in the row echelon form of AA. Denoted Rank  A\text{Rank}\;A.

Geometrically, Rank  A\text{Rank}\;A equals the dimension of the column space (image) of AA: the number of linearly independent columns.

Properties

  • Rank  A=Rank  AT\text{Rank}\;A = \text{Rank}\;A^T
  • Rank (AB)min(Rank  A,  Rank  B)\text{Rank }(AB) \le \min(\text{Rank}\;A,\; \text{Rank}\;B)
  • Rank  Amin(m,n)\text{Rank}\;A \le \min(m, n)
Was this helpful?