Lecture07 Cai
Lecture07 Cai
Lecture07 Cai
Gauss-Jordan Elimination
Reduced Form
Definition
A matrix is said to be in reduced form if it satisfies
1. Each row consisting entirely of zeros is below any row having
at least one nonzero element.
2. The leftmost nonzero element in each row is 1.
3. All other elements in the column containing the leftmost 1 of
a given row are zeros.
4. The leftmost 1 in any row is to the right of the leftmost 1 in
the row above.
Gauss-Jordan elimination is the process of transforming an
augmented matrix to its reduced form.
Reduced Form
Examples
Example
Indicate which condition in the definition is violated for each
matrix. State the row operation required to transform the matrix
into reduced
form.
0 1 2
(a) Ans: 4 (R1 R2 )
1 0 3
1 2 2 3
(b) Ans: 3 (R1 + 2R2 R1 )
0 0 1 1
1 0 3
(c) 0 0 0 Ans: 1 (R2 R3 )
0 1 2
1 0 0 1
(d) 0 2 0 3 Ans: 2 ( 21 R2 R2 )
0 0 1 5
MATH 1003 Calculus and Linear Algebra (Lecture 7)
Examples
1 1 1
0 0 1
0 0
1 1 0 1 0 1 0 0
0 1 0 1 0 1 0 1 0
0 0 0 0 0 0 1 0 0 1
Example 1
3 8 1 18 2 4 2 4
R1 R3
2 1 5 8 2 1 5 8
2 4 2 4 3 8 1 18
1
R R1
1 2 1 2 R2 +(2)R1 R2
2 1 R3 +(3)R1 R3
2 1 5 8
3 8 1 18
1 2 1 2
0 3 3 12
0 2 4 12
13 R2 R2
1 2 1 2 R1 +(2)R2 R1 1 0 3 6
R3 +(2)R2 R3
0 1 1 4 0 1 1 4
0 2 4 12 0 0 2 4
12 R3 R3
1 0 3 6 R2 +R3 R2 1 0 0 0
R1 +(3)R3 R1
0 1 1 4 0 1 0 2
0 0 1 2 0 0 1 2
Example 2
Example
(
2x1 x2 3x3 =8
Solve
x1 2x2 =7
Example 2 - Solution
2 1 3 8 R1 R2 1 2 0 7
1 2 0 7 2 1 3 8
1
1 2 0
R2 +(2)R1 R2 7 R R2
3 2
0 3 3 6
1 2 0 7
0 1 1 2
R1 +2R2 R1 1 0 2 3
0 1 1 2
Example 3
Example
4x1 x2 + 2x3
=3
Solve 4x1 + x2 3x3 = 10
8x1 2x2 + 9x3 = 1
Example 3 Solutions
1 1 3
4 1 2 3 1
R1 R1
1 4 2 4
4 1 3 10 4 4 1 3 10
8 2 9 1 8 2 9 1
1 41 1 3
1 14 1 3
R2 +4R1 R2
R3 +(8)R1 R3 2 4
R2 R2 2 4
0 0 1 7 0 0 1 7
0 0 5 7 0 0 5 7
1 14 0 17
1 )R R
R1 +( 2 2 1
R3 +(5)R2 R3 4
0 0 1 7
0 0 0 42