- Range of a matrix
-
The range of m × n matrix A, is the span of the n columns of A. In other words, for
where
are m-dimensional vectors,
The dimension (number of linear independent columns) of the range of A is called the rank of A. So if 6 × 3 dimensional matrix B has a 2 dimensional range, then
For example
C has a rank of 3, because
- Nullspace
- p>The nullspace of a m
n matrix is the set of all n-dimensional vectors that equal the n-dimensional zero vector (the vector where every entry is 0) when multiplied by A. This is often denoted asThe dimension of the nullspace of A is called the nullity of A. So if 6
3 dimensional matrix B has a 1 dimensional range, then .
The range and nullspace of a matrix are closely related. In particular, for m
This leads to the rank--nullity theorem, which says that the rank and the nullity of a matrix sum together to the number of columns of the matrix. To put it into symbols:
For example, if B is a 4
- Projection
The projection of a vector x onto the vector space J, denoted by Proj(X, J), is the vector
that minimizes . Often, the vector space J one is interested in is the range of the matrix A, and norm used is the Euclidian norm. In that caseIn other words