Linear Independence: Wei-Ta Chu
Linear Independence: Wei-Ta Chu
3
Linear Independence
Wei-Ta Chu
2008/11/26
Linearly Dependent & Independent
Definition
If S = {v1, v2,…,vr} is a nonempty set of vector, then the vector
equation k1v1 + k2v2 +… +krvr = 0 has at least one solution,
namely k1 = 0, k2 =0,… ,kr = 0.
If this the only solution, then S is called a linearly independent (
線性獨立) set. If there are other solutions, then S is called a
linearly dependent (線性相關) set.
Examples
If v1 = (2, -1, 0, 3), v2 = (1, 2, 5, -1), and v3 = (7, -1, 5, 8).
Then the set of vectors S = {v1, v2, v3} is linearly dependent,
since 3v1 + v2 –v3 = 0.
Remark:
To check whether a set of vectors is linear independent or not, write
down the linear combination of the vectors and see if their coefficients
all equal zero.
Solution
Let the vector equation k1v1 + k2v2 + k3v3 = 0
k1(1, -2, 3) + k2(5, 6, -1) + k3(3, 2, 1) = (0, 0, 0)
k1 + 5k2 + 3k3 = 0
-2k1 + 6k2 + 2k3 = 0
3k1 –k2 + k3 = 0 Ax = 0 has only the trivial solution
det(A) ≠0
det(A) = 0
The system has nontrivial solutions
v1,v2, and v3 form a linearly dependent set
Theorem 5.3.1
A set with two or more vectors is:
Linearly dependent if and only if at least one of the
vectors in S is expressible as a linear combination of the
other vectors in S.
Linearly independent if and only if no vector in S is
expressible as a linear combination of the other vectors
in S.
Theorem 5.3.2
A finite set of vectors that contains the zero vector
is linearly dependent.
A set with exactly two vectors is linearly
independently if and only if neither vector is a
scalar multiple of the other.
For any vectors v1, v2, …, vr, the set S={v1, v2,
…, vr, 0}
is linearly dependent since the equation
0v1 + 0v2 +…+0vr + 1(0) = 0
expresses 0 as a linear combination of the vectors in S with
coefficients that are not all zero.
Theorem 5.3.3
Let S = {v1, v2, …,vr} be a set of vectors in Rn. If
r > n, then S is linearly dependent.
Proof
Suppose that
v1 = (v11, v12,…,v1n)
v2 = (v21, v22,…,v2n)
…
vr = (vr1, vr2,
…,vrn)
Wei-Ta Chu
2008/11/26
Nonrectangular Coordinate Systems
Definition
If V is any vector space and S = {v1, v2,…, vn} is a set of vectors
in V, then S is called a basis (基底) for V if the following two
conditions hold:
S is linearly independent.
S spans V.
Theorem 5.4.1 (Uniqueness of Basis Representation)
If S = {v1, v2,…,vn} is a basis for a vector space V, then every
vector v in V can be expressed in the form
v = c1v1 + c2v2 +… +cnvn
in exactly one way.
Remark:
Coordinate vectors depend not only on the basis S but also on the order
in which the basis vectors are written.
A change in the order of the basis vectors results in a corresponding
change of order for the entries in the coordinate vector.
This set also spans Rn since any vector v = (v1, v2, …, vn) in Rn can be
written as
v = v1e1 + v2e2 +… +vnen
Thus, S is a basis for Rn; it is called the standard basis for Rn.
The coordinates of v = (v1, v2, …, vn) relative to the standard basis are v1,
v2,…, vn, thus
(v)S = (v1, v2,…, vn)
As the previous example, we have v = (v)s, so a vector v and its coordinate
vector relative to the standard basis for Rn are the same.
Solution:
To show that the set S spans R3, we must show that an arbitrary vector
b = (b1, b2, b3)
can be expressed as a linear combination
b = c1v1 + c2v2 + c3v3
of the vectors in S.
Let S = {v1, v2, v3} be the basis for R3 in the preceding example.
Find the coordinate vector of v = (5, -1, 9) with respect to S.
Find the vector v in R3 whose coordinate vector with respect to the basis
S is (v)s = (-1, 3, 2).
Solution (a)
We must find scalars c1, c2, c3 such that v = c1v1 + c2v2 + c3v3, or, in
terms of components, (5, -1, 9) = c1(1, 2, 1) + c2(2, 9, 0) + c3(3, 3, 4)
Solving this, we obtaining c1 = 1, c2 = -1, c3 = 2.
Therefore, (v)s = (-1, 3, 2).
Solution (b)
Using the definition of the coordinate vector (v)s, we obtain
v = (-1)v1 + 3v2 + 2v3 = (11, 31, 7).
Solution:
The coordinates of p = a0 + a1x + a2x2 are the scalar
coefficients of the basis vectors 1, x, and x2, so
(p)s=(a0, a1, a2).
If S = {v1, v2,
…, vn} is a linearly independent set in a
vector space V, then S is a basis for the subspace span(S)
Definition
A nonzero vector space V is called finite-dimensional (有限維的)
if it contains a finite set of vector {v1, v2,…, vn} that forms a
basis. If no such set exists, V is called infinite-dimensional (無限
維的). In addition, we shall regard the zero vector space to be
finite-dimensional.
Example
The vector space Rn is finite-dimensional.
Theorem 5.4.2
Let V be a finite-dimensional vector space and {v1, v2,…,
vn} any
basis.
If a set has more than n vector, then it is linearly dependent.
If a set has fewer than n vector, then it does not span V.
Theorem 5.4.3
All bases for a finite-dimensional vector space have
the same number of vectors.