Prerequisites
Linear combination
A linear combination of a sequence of vectors is a vector of the form , where .
Linear Independence
A sequence of vectors is said to be linearly independent if the only solution to the equation is the trivial solution . Where .
Span
The span of a sequence of vectors is the set of all linear combinations of , denoted by .
is a subspace of .
If , then .
Elementary transformations
- Elementary row operations
- swap row and row
- multiply row by a nonzero scalar
- add times row to row
- Elementary column operations
- swap column and column
- multiply column by a nonzero scalar
- add times column to column
Elementary row operations can be implemented by multiplying by an elementary matrix from the left.
Elementary column operations can be implemented by multiplying by an elementary matrix from the right.
Elementary row operations not change the dimension of the row space and the column space.
Elementary column operations not change the dimension of the column space and the row space.
Elementary row operations can be used to reduce a matrix to its reduced row echelon form. Dimension of the row space equals Dimension of the column space in reduced row echelon form.
Therefore, .
Rank
is a matrix.