A=⎣⎡123101111231⎦⎤ R2=R2−2R1
⎣⎡103101111031⎦⎤ R3=R3−3R1
⎣⎡100101111001⎦⎤ R4=R4−R1
⎣⎡100001111000⎦⎤ R3=R3−R2
⎣⎡100001011000⎦⎤ R4=R4−R2
⎣⎡100001001000⎦⎤The rank of a matrix is the number of nonzero rows in the reduced matrix, so the rank is 2.
In the case of an m×n matrix, the dimension of the domain is n, the number of columns in the matrix.
By the Rank-Nullity Theorem
Rank(A)+Nullity(A)=n.
Nullity(A)=3−2=1 The nullity of the given matrix A is 1.
The rank of the given matrix A is 2.
Comments