sign up I login
 advanced
» win an I-Phone. check i-points

Ask & Discuss Questions with Community & Experts

Moderation Team
 90 chars left    advanced
Ask iit jee aieee pet cbse icse state board community Community Discussion Question: linearly independent vecotrs
Forum Index -> Vectors like the article? email it to a friend.  
Author Message
paddy.dude (1156)

Blazing goIITian

Olaaa!! Perrrfect answer. 174  [317 rates]

paddy.dude's Avatar

total posts: 1379    
offline Offline

what are linearly independent vectors

    
amitp91 (318)

Blazing goIITian

Olaaa!! Perrrfect answer. 46  bad job dude!! I dont approve of this answer! 1  [92 rates]

amitp91's Avatar

total posts: 953    
offline Offline
Linearly independent vectors

Definition Let $ S= \{ {\bf v}_1, {\bf v}_2, \dots {\bf v}_n \}$ be a set of vectors in the vector space $V$. The set $S$ is a linearly independent set if non of the vectors $ {\bf v}_1, {\bf v}_2, \dots {\bf v}_n $ is expressible as a linear combinatio n of the other vectors in $S$. This is equivalent to the following:

Vectors $ {\bf v}_1, {\bf v}_2, \dots {\bf v}_n $ are linearly independent if and only if the vector equation


\begin{displaymath}x_1 {\bf v}_1\; + \; x_2 {\bf v}_2\; + \;\dots \; + \; x_n {\bf v}_n \; = \; 0\end{displaymath}

has only trivial solution. That is $x_1 = x_2 = \dots = x_n = 0 .$

How could we use MATLAB to show that the vectors $ {\bf v}_1, {\bf v}_2, \dots {\bf v}_n $ are linearly independent?

To answer this question we need to show that $ AX =0$ has only trivial solution where $A= [ {\bf v}_1, {\bf v}_2, \dots {\bf v}_n ]$.

In general, if the rref of A looks like $\left[ \begin{array}{c} \rm I 0 \end{array} \right] $ then the

solution to $ AX =0$ is


\begin{displaymath}\begin{array}{*6{c@{\;} }} x_1&&&& =0 &x_2&&&=0 &&\ddots&&\vdots &&&x_n& =0 \end{array} \end{displaymath}

so the columns of A are linearly independent. If any column of the rref of A does not have a leading 1 then the corresponding variable is free and so $ AX =0$ would have nontrivial solutions making the columns of A linearly dependent.

The special case is if A is a square matrix. Then the fact that $ AX =0$ has only the trivial solution exactly when A is invertible,( i.e. when det(A) $\neq$ 0 ) is very useful.

So the columns of a square matrix A are linearly independent only if det(A) $\neq$ 0.

url=http://www.avatarsdb.com/] [/url]
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
amitp91 (318)

Blazing goIITian

Olaaa!! Perrrfect answer. 46  bad job dude!! I dont approve of this answer! 1  [92 rates]

amitp91's Avatar

total posts: 953    
offline Offline
rate if useful

url=http://www.avatarsdb.com/] [/url]
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
paddy.dude (1156)

Blazing goIITian

Olaaa!! Perrrfect answer. 174  [317 rates]

paddy.dude's Avatar

total posts: 1379    
offline Offline
man what is this u have written can u explain it in short
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
amitp91 (318)

Blazing goIITian

Olaaa!! Perrrfect answer. 46  bad job dude!! I dont approve of this answer! 1  [92 rates]

amitp91's Avatar

total posts: 953    
offline Offline
linearly independent vecotrs

url=http://www.avatarsdb.com/] [/url]
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
amitp91 (318)

Blazing goIITian

Olaaa!! Perrrfect answer. 46  bad job dude!! I dont approve of this answer! 1  [92 rates]

amitp91's Avatar

total posts: 953    
offline Offline
wait

url=http://www.avatarsdb.com/] [/url]
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
amitp91 (318)

Blazing goIITian

Olaaa!! Perrrfect answer. 46  bad job dude!! I dont approve of this answer! 1  [92 rates]

amitp91's Avatar

total posts: 953    
offline Offline
The general definition of linear independency is:

sigma(a_i*v_i) for i = 0....n = 0 [the zero vector] ----> (a_1*v_1)+(a_2*v_2)..+(a_n*v_n) = 0
where a_1......a_n are arbitrary numbers and v_1.....v_n are vectors

If this is true, then these vectors are linearly independent. An example can help.

Let's take the 2-D case. If we want to prove that (1,2) and (3,4) are linearly independent, then:

a_1(1,2)+a_2(3,4) = (0,0)

(a_1+3a_2, 2a_1+4a_2) = (0,0). Thus you get:

a_1+3a_2 = 0
2a_1+4a_2 = 0

Solving for a_1 and a_2, the only unique solution is a_1 = a_2 = 0
Thus, this proves the definition, and these vectors are linearly independent.

Another way to prove this is by a matrix. Define the matrix, 'A' such that the columns are the vectors themselves. Using the example above,

A = [v_1 v_2] =

[1 3]
[2 4]

Using a matrix, these vectors are linearly independent if the determinant is not = 0.

For a 2x2 matrix, 'A':

[a b]
[c d]

det (A) = ad - bc. From our example, det(A) = (1)(4)-(2)(3) = -2

Thus, the determinant is not = 0, thus the vectors are linearly independent.

These derivations can expand to an N-dimensional vector case

----------

Hope this helps
rate if useful


url=http://www.avatarsdb.com/] [/url]
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
akshay.khare91 (585)

Blazing goIITian

Olaaa!! Perrrfect answer. 93  [153 rates]

akshay.khare91's Avatar

total posts: 692    
offline Offline
simply the vector are called are linearly independent if the linear combination of vectors is 0 and there scalars are also

for ex. if a , b, c are three linearly independent vectors then for any scalars x ,y,z

xa+yb+zc = 0
then x= y =z 0 ..

IMPOSSIBLES ARE OFTEN UNTRIED...
 this reply: 5 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
paddy.dude (1156)

Blazing goIITian

Olaaa!! Perrrfect answer. 174  [317 rates]

paddy.dude's Avatar

total posts: 1379    
offline Offline
thnks akshay i dont what this user amit was copying and pasting here from other sites
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
 
Forum Index -> Vectors
Go to:   

 Aakash Institute IIT/ AIEEE/ Medical Crash Course
Name  
E-mail  
Phone  
Mobile  
** Hurry. Exclusive goIIT Offer. Limited Seats Only!
available in: New Delhi, Amritsar, Bhatinda, Bokaro, Chandigarj, Dehradun, Guwhati, Hyderabad, Indore, Jaipur, Kanpur, Karnal, Kolkata, Kota, Lucknow, Ludhiana, Mumbai, Noida, Patiala, Patna, Pune, Ranchi, Varanasi
Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Aakash-IITJEE : AIEEE
Aakash-IITJEE : DCE
Aakash-IITJEE : MHTCET
Aakash Institute : AIPMT
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya