Linear Dependence
Definition:
If
is a
set of vectors, then the equation
has a solution
.
If this is the only solution, then A is linearly independent. If there are other solutions, then A is linearly dependent. Determining linear dependence is important to performing other operations of linear algebra.
Example 1:
![]()
to determine linear dependence we solve:
![]()
therefore:

solving for constants: (this can be accomplished using inforation provided in the solving section)
(K1, K2, K3 )=(2, 1, 3)
This is a non-trivial solution so the set is linearly dependent.
Example 2:
![]()
to determine linear dependence we solve:
K1(1,0,0) + K2(0,0,2) + K3(0,1,0) = (0,0,0)
therefore:
K1=0, 2K3=0, K2=0
solving for constants:
![]()
This is the trivial solution, so the set is linearly independent.
Graphical Representation:
The following are two-dimentional examples of linearly dependent and linearly independent vectors;
U1=(1,5) U2=(3,2)
(K1)U1+(K2)U2=0
we graph K1 vs K2 for the two vector components
K1
K2
The two graphs intersect only at the orgin so the vectors are linearly independent.
For the the following vectors;
U1=(1,5) U2=(2,10)
(K1)U1+(K2)U2=0
we graph K1 vs K2 for the two vector components
K1 
K2
The two graphs share an infinite number of points because they lie on the same line. Therefore, the vectors are linearly dependent because there are infinite solutions to the system of equations.