A set of two or more vectors is linearly dependent whenever at least one of them is a linear combination of the others, and linearly independent if none of them is a linear combination of the others.
Another way to say it:
A set of two or more vectors is linearly dependent whenever at least one of them lies in the span of the others, and linearly independent if none of them lies in the span of the others.
Check if any of them is a linear combination of the others, i.e. check whether any of the following equations has a solution:
[2, 3] = a[3, 4] + b[1, 1]
[3, 4] = a[2, 3] + b[1, 1]
[1, 1] = a[2, 3] + b[3, 4]
It's easy to see that the first equation has the solution a = 1, b = -1, so
[2, 3] = (1)[3, 4] + (-1)[1, 1] .
The three vectors are thus linearly dependent.
Check if any of them is a linear combination of the others, i.e. check if any of the following equations has a solution.
[1, 2, 3] = a[4, 5, 6] + b[1, 0, 1]
[4, 5, 6] = a[1, 2, 3] + b[1, 0, 1]
[1, 0, 1] = a[1, 2, 3] + b[4, 5, 6].
Each equation is equivalent to a linear system of three equations in two variables. All three systems turn out to have no solution, i.e. none of the three vector equations has a solution, so the vectors are linearly independent.
0 = 0u + 0v + 0w + ... .
In general, any set of vectors containing the zero vector must be linearly dependent.
Linear Independence | |||
Introduction | The basic definition of linear independence | Examples of linearly independent geometric vectors | A more practical form of linear independence |