9 April 2 0 1 3 Linear ALG Multivariable Calc
9 April 2 0 1 3 Linear ALG Multivariable Calc
L I N E A R A L G & M U LT I VA R I A B L E C A L C §3
3.1 Linear Systems
• Each row without a pivot occurs below each row with a pivot.
(The zero rows are below the nonzero rows.) •
2
Note 1. The definition says that the pivots resemble a diagonal staircase
pattern (downward and rightward). The entries below (and to the left)
of the staircase must be zero. The entries above (and to the right) of the
staircase may be nonzero unless directly above a pivot. •
Keep reduced row echelon form in mind during the following ex-
ample.
3
Example 2 (Compare with Example 5.2 in l a). Find all solutions of the
system:
x1 + x2 + x3 = 6
x1 + 2x2 + 3x3 = 7
x1 + x2 + x3 = 6
0x1 + x2 + 2x3 = 1
x1 + 0x2 − x3 = 5
0x1 + x2 + 2x3 = 1
In the end, we solved for the pivot variables x1 and x2 in terms of the
free variable x3 . •
x1 + 0x2 + 0x3 = 1
x1 + x2 + x3 = 2
0x1 + x2 + x3 = 3 •
4
x1 + 0x2 + 0x3 = 1
x1 + 2x2 + 4x3 = 3
0x1 + 4x2 + 5x3 = 3
6x1 + 7x2 − 13x3 = 4 •
N(A) = {x ∈ Rn ∣ Ax = 0} •
5
Note that for proving the above assertions, linearity was the essential
property of matrix multiplication.
where rref (A) is the reduced row echelon form of A. Thus to find the
null space of A we should:
1 1 1
A=[ ] •
1 2 3
x1 + 0x2 − x3 = 0
0x1 + x2 + 2x3 = 0
x1 = x3
x2 = −2x3
⎡⎢ 1 ⎤⎥
⎢⎢−2⎥⎥
⎢⎢ ⎥⎥
⎣1⎦
7