Vector Relationships
A brief overview of linear combinations, dependence, and independence
Linear Combinations
Linear combinations logically follow from the matrix operations covered in Basics - simply put, it's a combination of two vectors, scaled by numbers.
Here is a linear combination of the vector scaled by the constant and the vector scaled by the constant . Here is an example:
Linear Dependence
So if we have a set of vectors, how do we define the relationships between those vectors, and what do those relationships tell us about the whole system? Well, in the example above we have a set of three vectors - .
is dependent onand, because is defined byand. Without them,could not exist. And since one of the vectors in the set is dependent on one of the other vectors in the set, the whole set can be said to be linearly dependent.
Linear Independence
So if a set includes a vector which can be described as a linear combination of other vectors in the same set, then the whole set is said to be linearly dependent.
Logically, if this is not the case, and none of the vectors in the set can be described as linear combinations of each other, the whole set is said to be linearly independent.
Last updated