5,306 views
2 votes
2 votes

If I have 3 sets of vectors X=(1,0,0) , Y= (0,1,0) and Z=(0,0,1) then these all form a linearly independent set of vectors ,so K(X)+P(Y)+Q(Z) =0 , so we get K=P=Q=0 , but my confusion is what is the no of independent solutions in this , since rank of matrix formed from these vectors will be 3 and according to the formula No of independent solutions =no of unknowns- rank of matrix , we get no of independent solutions =0 , so how can it be 0 here ?

1 Answer

Best answer
1 votes
1 votes

A set of vectors is said to be linearly dependent if one of the vectors in the set can be defined as a linear combination of the other vectors. 

K1X1+K2X2+K3X3=0

X1 = - K2/K1 X2 - K3/K1 X3

and If no vector in the set can be written in this way, then the vectors are said to be linearly independent. 

K1X+ K2X+ K3X3=0

implies K1=K2=K3=0

Given

X(1,0,0)   Y(0,1,0)  Z(0,0,1)

K1(1,0,0) +K2(0,1,0) + K3(0,0,1)=(0,0,0)

(K1,0,0) +(0,K2,0) + (0,0,K3)=(0,0,0)

i.e. K1=K2=K3=0

So vectors are linearly independent. 

Here Rank =3

So and number of linearly independent.  solution = no of variables -  Rank of the matrix

                                                                          = 3-3 =0

So there There is no linearly independent. 

zero Solution will be the only solution which is Trivial.

Related questions

0 votes
0 votes
1 answer
1
Prashant Gupta asked Feb 9, 2016
689 views
How to find how many linearly independent eigen vectors are possible of a matrix?
0 votes
0 votes
1 answer
2
2 votes
2 votes
1 answer
3
iita asked Jan 31, 2017
3,370 views
1 votes
1 votes
0 answers
4
Kuber asked Jan 4, 2018
217 views