本文为《Linear algebra and its applications》的读书笔记

Definition

1.7 Linear independence (线性无关)
Equation (2) is called a linear dependence relation (线性相关关系) among {v1,...,vp\boldsymbol v_1,...,\boldsymbol v_p} when the weights are not all zero. For brevity, we may say that v1,...,vp\boldsymbol v_1,...,\boldsymbol v_p are linearly dependent when we mean that {v1,...,vp\boldsymbol v_1,...,\boldsymbol v_p} is a linearly dependent set. We use analogous terminology for linearly independent sets.

Linear Independence of Matrix Columns

Suppose that we begin with a matrix A=[a1,...,an]A=[\boldsymbol a_1,...,\boldsymbol a_n] instead of a set of vectors. The matrix equation Ax=0A\boldsymbol x=\boldsymbol 0 can be written as
x1a1+x2a2+...+xnan=0x_1\boldsymbol a_1+x_2\boldsymbol a_2+...+x_n\boldsymbol a_n=\boldsymbol 0 The columns of a matrix AA are linearly independent if and only if the equation Ax=0A\boldsymbol x=\boldsymbol 0 has only the trivial solution.

注意:这里的线性相关/无关是针对矩阵的列,而非矩阵本身而言的。线性相关/无关的概念用于向量而非矩阵
The columns of a matrix may be linearly independent, but it is meaningless to refer to a linearly independent matrix.

Sets (集合) of One or Two Vectors

A set containing only one vector—say, v\boldsymbol v—is linearly independent if and only if v\boldsymbol v is not the zero vector. This is because the vector equation x1v=0x_1\boldsymbol v = \boldsymbol 0 has only the trivial solution when v0\boldsymbol v \neq \boldsymbol 0.

The next example will explain the nature of a linearly dependent set of two vectors

EXAMPLE 3
Determine if the following sets of vectors are linearly independent.
1.7 Linear independence (线性无关)
SOLUTION
a. Notice that v2\boldsymbol v_2 is a multiple of v1\boldsymbol v_1. Hence 2v1+v2=0-2\boldsymbol v_1+\boldsymbol v_2=\boldsymbol 0, which shows that {v1\boldsymbol v_1,v2\boldsymbol v_2} is linearly dependent.
b. The vectors v1\boldsymbol v_1 and v2\boldsymbol v_2 are certainly not multiples of one another. Could they be linearly dependent? Suppose cc and dd satisfy
cv1+dv2=0c\boldsymbol v_1+d\boldsymbol v_2=\boldsymbol 0If c0c \neq 0, then we can solve for v1\boldsymbol v_1 in terms of v2\boldsymbol v_2, namely, v1=(d/c)v2\boldsymbol v_1=(-d/c)\boldsymbol v_2. This result is impossible because v1\boldsymbol v_1 is not a multiple of v2\boldsymbol v_2. So cc must be zero. Similarly, dd must also be zero. Thus {v1\boldsymbol v_1,v2\boldsymbol v_2} is a linearly independent set.
1.7 Linear independence (线性无关)

The arguments in Example 3 show that you can always decide by inspectioninspection when a set of two vectors is linearly dependent. Row operations are unnecessary.

A set of two vectors {v1\boldsymbol v_1,v2\boldsymbol v_2} is linearly dependent if at least one of the vectors is a multiple of the other.
The set is linearly independent if and only if neither of the vectors is a multiple of the other.

EXAMPLE 判断题
If v1\boldsymbol v_1 and v2\boldsymbol v_2 are in R4\mathbb R^4 and v2\boldsymbol v_2 is not a scalar multiple of v1\boldsymbol v_1, then {v1\boldsymbol v_1,v2\boldsymbol v_2} is linearly independent.
SOLUTION
False. v1\boldsymbol v_1 can be 0\boldsymbol 0.

Sets of Two or More Vectors

1.7 Linear independence (线性无关)
WarningWarning: Theorem 7 does not say that everyevery vector in a linearly dependent set is a linear combination of the preceding vectors. A vector in a linearly dependent set may fail to be a linear combination of the other vectors.

推论:
Any set {u,v,w\boldsymbol u,\boldsymbol v,\boldsymbol w} in R3\mathbb R^3 with u\boldsymbol u and v\boldsymbol v linearly independent. The set {u,v,w\boldsymbol u,\boldsymbol v,\boldsymbol w} will be linearly dependent if and only if w\boldsymbol w is in the plane spanned by u\boldsymbol u and v\boldsymbol v.

THEOREM 8
1.7 Linear independence (线性无关)
(令A=[v1,...,vp]A=[\boldsymbol v_1,...,\boldsymbol v_p],因为p>np>n,因此AA 中必有自由变量,Ax=0A\boldsymbol x=\boldsymbol 0 必有非平凡解)

1.7 Linear independence (线性无关)
EXAMPLE 5
The vectors [21]\begin{bmatrix}2\\1\end{bmatrix},[41]\begin{bmatrix}4\\-1\end{bmatrix},[22]\begin{bmatrix}-2\\2\end{bmatrix} are linearly dependent by Theorem 8, because there are three vectors in the set and there are only two entries in each vector. Notice, however, that none of the vectors is a multiple of one of the other vectors. See Figure 4.
1.7 Linear independence (线性无关)
1.7 Linear independence (线性无关)

相关文章: