Rank of Matrix
Let
The i’th row of A is
and the j’th column of A is
Definition of row space and column space
span{row1(A), row2(A),…, rowm(A)},
which is a vector space under standard matrix addition and scalar multiplication, is referred to as the row space. Similarly,
span{col1(A), col2(A), …, coln(A)},
which is also a vector space under standard matrix addition and scalar multiplication, is referred to as the column space.
A matrix B is row equivalent to a matrix A if B result from A via elementary row operations.
Result
If A and B are two m×n row equivalent matrices, then the row spaces of A and B are equal.
Finding base of row and column spaces
Suppose A is a m×n matrix. Then, the bases of the row and column spaces can be found via the following steps.
Step 1:
Transform the matrix A to the matrix in reduced row echelon form.
Step 2:
- The nonzero rows of the matrix in reduced row echelon form a basis of the row space of A.
- The columns corresponding to the ones containing the leading 1’s form a basis. For example, if n=6 and the reduced row echelon matrix is
then the 1st, 3rd and 4th columns contain a leading 1 and thus col1(A), col3(A), col4(A) form a basis of the column space of A.
Comments
write a comment