Linear Independence
Encyclopedia : L : LI : LIN : Linear Independence
In linear algebra, a family of vectors is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection. For instance, in three-dimensional Euclidean space R3, the three vectors (1, 0, 0), (0, 1, 0) and (0, 0, 1) are linearly independent, while (2, −1, 1), (1, 0, 1) and (3, −1, 2) are not (since the third vector is the sum of the first two). Vectors which are not linearly independent are called linearly dependent.
Definition
Let v1, v2, ..., vn be vectors. We say that they are linearly dependent if there exist numbers a1, a2, ..., an, not all equal to zero, such that:
- [ a_1 \mathbf_1 + a_2 \mathbf_2 + \cdots + a_n \mathbf_n = \mathbf. ]
If such numbers do not exist, then the vectors are said to be linearly independent. This condition can be reformulated as follows: Whenever a1, a2, ..., an are numbers such that
- [ a_1 \mathbf_1 + a_2 \mathbf_2 + \cdots + a_n \mathbf_n = \mathbf, ]
More generally, let V be a vector space over a field K, and let i∈I be a family of elements of V. The family is linearly dependent over K if there exists a family j∈J of nonzero elements of K such that
- [ \sum_ a_j \mathbf_j = \mathbf \,]
A set X of elements of V is linearly independent if the corresponding family x∈X is linearly independent.
Equivalently, a family is dependent if a member is in the linear span of the rest of the family, i.e., a member is a linear combination of the rest of the family.
The concept of linear independence is important because a set of vectors which is linearly independent and spans some vector space, forms a basis for that vector space.
Geometric meaning
A geographic example may help to clarify the concept of linear independence. A person describing the location of a certain place might say, "It is 5 miles north and 6 miles east of here." This is sufficient information to describe the location, because the geographic coordinate system may be considered a 2-dimensional vector space (ignoring altitude). The person might add, "The place is 7.81 miles northeast of here." Although this last statement is true, it is not necessary.
In this example the "5 miles north" vector and the "6 miles east" vector are linearly independent. That is to say, the north vector cannot be described in terms of the east vector, and vice versa. The third "7.81 miles northeast" vector is a linear combination of the other two vectors, and it makes the set of vectors linearly dependent, that is, one of the three vectors is unnecessary.
Note that in this example, any of the three vectors may be described as a linear combination of the other two. While it might be inconvenient, one could describe "6 miles east" in terms of north and northeast. (For example, "Go 5 miles south (mathematically, -5 miles north) and then go 7.81 miles northeast.") Similarly, the north vector is a linear combination of the east and northeast vectors.
Also note that if altitude is not ignored, it becomes necessary to add a third vector to the linearly independent set. In general, n linearly independent vectors are required to describe a location in n-dimensional space.
Example I
The vectors (1, 1) and (−3, 2) in R2 are linearly independent.
Proof
Let a, b be two real numbers such that
- [ a (1, 1) + b(-3, 2) = (0, 0) ]
- [\left( a - 3b, a + 2b\right) = \left(0, 0\right)] and
- [ a - 3b = 0] and [ a + 2b = 0].
Alternative method using determinants
An alternative method uses the fact that n vectors in Rn are linearly dependent if and only if the determinant of the matrix formed by the vectors is zero.
In this case, the matrix formed by the vectors is
- [A = \begin1&-3\\1&2\end. \,]
- [\det(A) = 1\cdot2 - 1\cdot(-3) = 5 \ne 0.]
This method can only be applied when the number of vectors equals the length of the vectors.
Example II
Let V = Rn and consider the following elements in V:
- [\begin\mathbf_1 & = & (1,0,0,\ldots,0) \\\mathbf_2 & = & (0,1,0,\ldots,0) \\& \vdots \\\mathbf_n & = & (0,0,0,\ldots,1).\end]
Proof
Suppose that a1, a2, ..., an are elements of R such that
- [ a_1 \mathbf_1 + a_2 \mathbf_2 + \cdots + a_n \mathbf_n = 0 . \,\!]
- [ a_1 \mathbf_1 + a_2 \mathbf_2 + \cdots + a_n \mathbf_n = (a_1 ,a_2 ,\ldots, a_n) , \,\!]
Example III
Let V be the vector space of all functions of a real variable t. Then the functions et and e2t in V are linearly independent.
Proof
Suppose a and b are two real numbers such that
- aet + be2t = 0
- bet = −a
The projective space of linear dependences
A linear dependence among vectors v1, ..., vn is a tuple (a1, ..., an) with n scalar components, not all zero, such that
- [a_1 \mathbf_1 + \cdots + a_n \mathbf_n=0. \,]
See also
- orthogonality
- matroid (generalization of the concept)
- Wronskian
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
