Llinear Dep Theorams
Llinear Dep Theorams
Llinear Dep Theorams
Linear Algebra
Lecture 10:
Linear independence.
Basis of a vector space.
Linear independence
Definition. Let V be a vector space. Vectors
v1 , v2 , . . . , vk ∈ V are called linearly dependent if
they satisfy a relation
r1 v1 + r2 v2 + · · · + rk vk = 0,
where the coefficients r1 , . . . , rk ∈ R are not all
equal to zero. Otherwise vectors v1 , v2 , . . . , vk are
called linearly independent. That is, if
r1 v1 +r2 v2 + · · · +rk vk = 0 =⇒ r1 = · · · = rk = 0.
An infinite set S ⊂ V is linearly dependent if
there are some linearly dependent vectors v1 , . . . , vk ∈ S.
Otherwise S is linearly independent.
Examples of linear independence
• Vectors e1 = (1, 0, 0), e2 = (0, 1, 0), and
e3 = (0, 0, 1) in R3 .
xe1 + y e2 + ze3 = 0 =⇒ (x, y , z) = 0
=⇒ x = y = z = 0
1 0 0 1
• Matrices E11 = , E12 = ,
0 0 0 0
0 0 0 0
E21 = , and E22 = .
1 0 0 1
a b
aE11 + bE12 + cE21 + dE22 = O =⇒ =O
c d
=⇒ a = b = c = d = 0
Examples of linear independence
• Polynomials 1, x, x 2 , . . . , x n .
a0 + a1 x + a2 x 2 + · · · + an x n = 0 identically
=⇒ ai = 0 for 0 ≤ i ≤ n