- #1
Logan Land
- 84
- 0
Find rank and the bases for column and row spaces of the matrices
1 0 1
2 -1 3
3 -1 4
Now I can see instantly that row 3 is just row 1 + row 2 so it must be dependent. So that means that row 3 will turn to a row of zeros and thus the rank(A)=2
if I reduced matrix A to row echelon it becomes
1 0 1
0 1 -1
0 0 0
so the rank must be 2 correct?
now what I am a little confused on is the bases
since I have reduced row echelon of
1 0 1
0 1 -1
0 0 0
would the bases of column space be (1,2,3),(0,-1,-1)?
and bases of row space be (1,0,1),(0,1,-1)?
1 0 1
2 -1 3
3 -1 4
Now I can see instantly that row 3 is just row 1 + row 2 so it must be dependent. So that means that row 3 will turn to a row of zeros and thus the rank(A)=2
if I reduced matrix A to row echelon it becomes
1 0 1
0 1 -1
0 0 0
so the rank must be 2 correct?
now what I am a little confused on is the bases
since I have reduced row echelon of
1 0 1
0 1 -1
0 0 0
would the bases of column space be (1,2,3),(0,-1,-1)?
and bases of row space be (1,0,1),(0,1,-1)?