Matrix rank
Matrix nullity
Rank-nullity theorem
Row-echelon operations to determine rank, nullity
Consider vectors within the Euclidean vector space . Ask: how much of is within the range of ?
Definition. The (column) rank of a matrix is the dimension of its range, (intutively, the number of linearly independent columns),
Notes:
, since there are vectors, and there can't be more linearly independent vectors than , the dimension of the vector space
The column rank is the same as the row rank or dimension of
1. The simplest proof is to consider
as the smallest integer for which there exist matrices
,
such that ,
and interpret
as the minimal spanning set of , and
as the minimal spanning set of .
Both have
vectors. If no such positive integer exists then
of rank 0.
Recall that the null space of matrix is .
Definition. The nullity of a matrix is the dimension of its null space, (intutively, the dimension of the space that cannot be reached by linear combination),
The rank-nullity theorem essentially states that a vector can either be reached or not reached by a linear combination, , there are no other possibilities.
Reduction to row-echelon form can be used to determine matrix rank and nullity. Allowed operations:
multiply a row by a scalar
interchange rows
add a row to another row
The objective is to form ones on the diagonal. The number of ones is the rank of the matrix.