Linear Dependence and Indepence
Linear Dependence and Indepence
Linear Dependence and Indepence
Definition: A finite set S = {x1 , x2 , . . . , xm } of vectors in Rn is said to be linearly dependent if there exist scalars (real numbers) c1 , c2 , . . . , cm , not all of which are 0, such that
c1 x1 + c2 x2 + . . . + cm xm = 0.
Examples:
1. The vectors
x1 = 1 , x2 = 1 , and x3 = 1
1
2
4
S = 2 ,
1
1
0 , 1 = {x1 , x2 , x3 }.
1
1
1 1
c1
0 1
c = 0
2
1 1 1
c3
0
Evidently, the set S is linearly dependent if and only if there is a non-trivial solution
to this homogeneous equation. Row reduction
1 1 1
0 1 21
0 0 1
This matrix is non-singular, so the only solution to the homogeneous equation is the
trivial one with c1 = c2 = c3 = 0. So the vectors are not linearly dependent.
Exercises:
3
2 1
4
A= 1
0
2
3 .
2 2
3 1
3. Are the columns of A (above) linearly independent in R3 ? Why? Are the rows of A
linearly independent in R4 ? Why?
11.1
We can show that elementary row operations performed on a matrix A dont change the row
space. We just give the proof for one of the operations; the other two are left as exercises.
Suppose that, in the matrix A, rowi (A) is replaced by rowi (A)+crowj (A). Call the resulting
matrix B. If x belongs to the row space of A, then
x = c1 row1 (A) + . . . + ci rowi (A) + . . . + cj rowj (A) + cm rowm (A).
x = c1 row1 (A) + . . . + ci rowi (A) + c ci rowj (A) + . . . + (cj ci c)rowj (A) + cm rowm (A)
= c1 row1 (B) + . . . + ci rowi (B) + . . . + (cj ci c)rowj (B) + . . . + cm rowm (B).
This shows that x can also be written as a linear combination of the rows of B. So any
element in the row space of A is contained in the row space of B.
Exercise: Show the converse - that any element in the row space of B is contained in the
row space of A.
Definition: Two sets X and Y are equal if X Y and Y X.
This is what weve just shown for the two row spaces.
Exercises:
1. Show that the other two elementary row operations dont change the row space of A.
2. **Show that when we multiply any matrix A by another matrix B on the left, the rows
of the product BA are linear combinations of the rows of A.
3. **Show that when we multiply A on the right by B, that the columns of AB are linear
combinations of the columns of A