adsence search

Monday, August 22, 2011

[Math][Linear Algebra] Linearly Independent

Finite Dimensional Linear Algebra: I learned Linear Algebra by this book.
Linear Algebra Done Right: My professor who taught vector space when I was freshman recommended to read this book.
      












Both linearly independent and span are important for define basis, a useful concept of linear algebra.

Here is definition of linearly independent.

 Def) Let V is a vector space over a field F.  are elements of V.

 We call  {}is linearly independent iff  the solution of   for is only

If {}is NOT linearly independent, 
we say it is linearly dependent.

Example: {(1,0,0), (0,1,0), (0,1,1) }   ⊆

For a, b,c∈F,  if  a(1,0,0)+b(0,1,0)+c (0,1,1)=0,
(a,b+c,c)=0
∴ a=c=b=0
∴  {(1,0,0), (0,1,0), (0,1,1) } is linearly independent.


Here is a useful theorem.

Thm2)  Let V is a vector space over a field F.  are elements of V. n≥2.
{}is linearly dependent iff ∃ ∈{} , ≠ 0.such that 
 can be written as a linear combination of other vectors.

pf) =>) Since {}is linearly dependent. there exist not all zero scalar  
such that =0
let k be the largest number of 1,2, ... ,n such that  ≠ 0.

k≥2 since if k=1, , which means it is linearly independent.

Then

 is a linear combination of other vectors. Done.

<=)if  ≠ 0 can be written as other vectors,



since all  is not all zero, {} is linearly dependent. Q.E.D.

No comments:

Post a Comment