Let T:V→W be a linear map between vector spaces over a field F. The rank of T is
rank(T):=dim(imT),where imT={T(v):v∈V}⊆W.
If A is an m×n matrix over F, its rank is the rank of the associated linear map x↦Ax, i.e.
rank(A)=dim(column space of A).Equivalent characterizations (matrices)
For an m×n matrix A, the following numbers are equal:
- dim(span of the columns of A),
- dim(span of the rows of A),
- the number of pivots in a row-reduced echelon form of A,
- the largest integer r such that A has an r×r minor with nonzero determinant.
In particular,
0≤rank(A)≤min(m,n).Rank–nullity
If V is finite-dimensional, the kernel (null space) kerT={v∈V:T(v)=0} satisfies
dimV=rank(T)+dim(kerT).Example
For
A=(122436),the second row is 2 times the first, so the row (and column) spaces are 1-dimensional, hence rank(A)=1.