Lecture.4
Lecture.4
1
Basis :
Basis
V: a vector space Linearly
Spanning Bases Independent
S = {v1, v2, …, vn}V Sets Sets
2) S is linearly independent
Notes:
A basis S must have enough vectors to span V, but not so
many vectors that one of them could be written as a linear
combination of the other vectors in S
2
Notes:
(1) the standard basis for R3:
{i, j, k}, for i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1)
n
(2) the standard basis for R :
{e1, e2, …, en}, for e1=(1,0,…,0), e2=(0,1,…,0),…, en=(0,0,…,1)
Ex: For R4, {(1,0,0,0), (0,1,0,0), (0,0,1,0), (0,0,0,1)}
n
※Express any vector in R as the linear combination of the vectors in the
standard basis: the coefficient for each vector in the standard basis is the
value of the corresponding component of the examined vector,
e.g., (1, 3, 2) can be expressed as 1·(1, 0, 0) + 3·(0, 1, 0) + 2·(0, 0, 1)
3
(3) the standard basis for mn matrix space:
aij 1
{ Eij | 1im , 1jn }, and in Eij
other entries are zero
Ex: 2 2 matrix space:
1 0 0 1 0 0 0 0
, , ,
0 0 0 0 1 0 0 1
4
Ex 4.1: The nonstandard basis for R2
Show that S {v1 ,v2 } {(1,1), (1, 1)} is a basis for R2
c1 c2 u1
(1) For any u (u1 , u2 ) R , c1v1 c2 v 2 u
2
c1 c2 u2
Because the coefficient matrix of this system has a nonzero determinant, the
system has a unique solution for each u. Thus you can conclude that S spans R2
c1 c2 0
(2) For c1 v1 c2 v 2 0
c1 c2 0
Because the coefficient matrix of this system has a nonzero determinant, you
know that the system has only the trivial solution. Thus you can conclude that S is
linearly independent
5
Theorem 4.1: Uniqueness of basis representation for any vectors
If S v1 , v 2 ,, v n is a basis for a vector space V, then every
vector in V can be written in one and only one way as a linear
combination of vectors in S
Pf:
(1) span(S) = V
S is a basis
(2) S is linearly independent
span(S) = V Let v = c1v1+c2v2+…+cnvn
v = b1v1+b2v2+…+bnvn
v + (–1)v = 0 = (c1–b1)v1 + (c2 – b2)v2 + … + (cn – bn)vn
S is linearly independent with only trivial solution
coefficients for vi are all zero
c1 = b1 , c2 = b2 ,…, cn = bn (i.e., unique basis representation)6
Theorem 4.2: Bases and linear dependence
If S v1 , v 2 ,, v n is a basis for a vector space V, then
every set containing more than n vectors in V is linearly
dependent (In other words, every linearly independent set
contains at most n vectors)
Pf:
Let S1 = {u1, u2, …, um} , be another set such that m > n ,
we want to show that S1 is linearly dependent.
If V = span(S1)
u1 c11v1 c21v 2 cn1 v n
And uiV u 2 c12 v1 c22 v 2 cn 2 v n
u m c1m v1 c2 m v 2 cnm v n
7
Consider k1u1+k2u2+…+kmum= 0 (For L.I)
(if ki’s are not all zero, S1 is linearly dependent)
d1v1+d2v2+…+dnvn= 0 (di = ci1k1+ci2k2+…+cimkm)
Finite dimensional:
A vector space V is finite dimensional if it has a basis consisting
of a finite number of elements
Infinite dimensional:
If a vector space V is not finite dimensional, then it is called
infinite dimensional
10
Notes: dim(V) = n
Linearly
(1) dim({0}) = 0 Spanning
Bases Independent
Sets Sets
(If V consists of the zero vector alone,
the dimension of V is defined as zero)
Linearly
Spanning
Bases Independent
Sets
Sets
#(S) n #(S) n 15
#(S) = n
Solve Problems
16