Lecture 25
Lecture 25
If A is an m x n matrix, each
row of A has n entries and
thus can be identified with a
vector in R . The set of all
n
1 -3 4 -2 5 4
0 0 1 3 -2 - 6
- 1R2 + R3
0 0 0 0 1 5
0 0 0 0 0 0
1 -3 4 -2 5 4
0 0 1 3 -2 -6
R=
0 0 0 0 1 5
0 0 0 0 0 0
r1 = 1 -3 4 -2 5 4
r2 = 0 0 1 3 -2 -6
1 -2 0 0 3
0 1 3 2 0
(-1/12)R3
0 0 1 1 0
0 0 0 0 0
1 -2 0 0 3
0 1 3 2 0
Therefore, R=
0 0 1 1 0
0 0 0 0 0
w1 = (1,-2,0,0,3), w 2 = (0,1,3,2,0), w 3 = (0,0,1,1,0)
1 2 0 2
0 1 -5 -10
(3)R + R
2 3
0 0 0 -12
(2)R2 + R4
0 0 0 -12
0 0 0 0
1 2 0 2
0 1 -5 -10
0 0 0 1 (-1/12)R3
0 0 0 -12
0 0 0 0
1 2 0 2
0 1 -5 -10
0 0 0 1 12 R3 + R4
0 0 0 0
0 0 0 0
1 2 0 2
0 1 -5 -10
R = 0 0 0 1
0 0 0 0
0 0 0 0
Col A = R n
dim Col A = n
rank A = n
Nul A = {0}
dim Nul A = 0
The matrices below are row
equivalent
2 -1 1 -6 8 1 -2 -4 3 -2
1 -2 -4 3 -2 0 3 9 -12 12
A= B=
-7 8 10 3 -10 0 0 0 0 0
4 -5 -7 0 4 0 0 0 0 0
1. Find rank A and dim Nul A.
2. Find bases for Col A and
Row A.
3. What is the next step to
perform if one wants to find a
basis for Nul A?
4. How many pivot columns
are in a row echelon form of
A?
T