LLMnotes1 2
LLMnotes1 2
Page 0
Section 1.2
L1 * * *0
0
L1
0 0
0 0 0 0 0 0 0
Page 1
elimination.
Theorem
Uniqueness of Reduced Echelon Form: Each matrix is row equivalent
Section 1.2,
2 4 1 →3 →2
1 →4 →7 →1 →19
Section 1.2,
2) If necessary, swap rows to make the the entry in the pivot position
nonzero.
Page 4
1 2 →1 0 2
0 1 1 →2 →3
Swap rows 1 and 2
2 4
1 →3 →2
Section 1.2,
1 →4 →7 →1 →19
21
Example
3) Use row replacement to make all entries below pivot position 0.
1 2 →1 0 2
add →2↑ row 1 to row 3 0
1 1 →2 →3
add →1↑ row 1 to row 4 0 0 3 →3 →6
Page 5
0 →6 →6 →1 →21
4) Cover everything in and left of the pivot column, in and above the
Section 1.2,
pivot row and apply 1–3 to the resulting submatrix. Repeat 4 until
there are no more nonzero rows.
The result is in ECHELON FORM!
Page 5
1 2 →1 0 2 1 2 →1 0 2
0 1 1 →2 →3 ↓ 0 1 1 →2 →3
Section 1.2,
0 0 3 →3 →6 R3 + 6R1 0 0 3 →3 →6
22
0 0 1 0 →1
0 0 0 1 3
The result is in REDUCED ROW ECHELON FORM!
Section 1.2,
Page 6
The free variables of a system of linear equations are those which are
not basic, those corresponding to columns without pivots
Page 7
Page 7
Section 1.2,
24
Variables Example
RRE matrices with fewer rows than columns (fewer equations than
variables)
' ( ' ( ' (
1 0 0 0 0 1 0 0 0 1 0 0
0 1 1 2 0 0 2 1 0 0 0 1
x1 = 0 x1 = anything 0=1
Page 8
x2 + x3 = 2 x2 = 0 no solution
x3 = 1/2
Section 1.2,
Theorem
Existence and Uniqueness Theorem: A linear system is consistent if
and only if the rightmost column of the augmented matrix is not a pivot
column–that is, if and only if an echelon form of the augmented matrix has
Page 9
1 1 0 0
A1 = 1 →2 →3 →3 ;
1 →1 2 6
Section 1.2,
R1=rref(A1)
1 0 0 1
R1 = 0 1 0 →1
Page 10
0 0 1 2
Technology can take over the tedious tasks, but it is up to a human to
translate the problem for the machine, and interpret the output.
Section 1.2,
27