Linear Independence / Affine Independence / Non-singular Square Matrix / Definite Square Symmetric Matrix
Linear Independence / Affine IndependencePermalink
Quote from IE418: Integer Programming by Jeff Linderoth
A finite collection of vectors
A finite collection of vectors
- Linear independence implies affine independence, but not vice versa.
- 亦即:线性不相关
仿射不相关 - 反过来:线性相关
仿射相关
- 亦即:线性不相关
- Affine independence is essentially a “coordinate-free” version of linear independence.
- 这一条你要结合下面几条来考虑
- The following statements are equivalent:
are affinely independent. are linearly independent. are linearly independent.- 这里这个升维的附加值 1 其实可以是任意实数,它的位置也不一定非要在最后,比如你统一升维成
,它也是 linearly independent 的
- 这里这个升维的附加值 1 其实可以是任意实数,它的位置也不一定非要在最后,比如你统一升维成
Proof:
(1)
反证法。假设
亦即:
因为
(1)
类似
(1)
反证法。假设
亦即:
与
(1)
类似
我们说 “Affine independence is essentially a “coordinate-free” version of linear independence” 大概也是出于 “升维” 这个场景:你在低维是 affine independent,升到高维 (升多少维没有区别,只要你按照上面 3 式的方法去升就可以) 就必定是 linearly independent,至于你升维之后的位置 (coordinate),我可以不用管,因为它不影响你 linearly independent。
Non-singular Square MatrixPermalink
假设有 matrix
- 中文翻译是 “奇异矩阵”。我十分不喜欢这个翻译
- 我觉得这里 singular 应该 follow Wikipedia: Singularity 的意思:
In mathematics, a singularity is in general a point at which a given mathematical object is not defined, or a point of an exceptional set where it fails to be well-behaved in some particular way, such as differentiability.
- 另外注意 singularity 是一个 general 的性质,并不要求一定是 square matrix 才行 (非 square matrix 也是有 determinant 的)
- 我们这里限定 square matrix 是为了研究 singularity 带给 square matrix 的其他性质,如下
以下 statements 等价:
is a non-singular square matrix is invertible (i.e. 存在)- 非 square matrix 必定不可逆
is invertible (i.e. 存在)- The rows of
are linearly independent - The coloums of
are linearly independent- 其实就是:The rows of
are linearly independent
- 其实就是:The rows of
, the system has a unique solution
为什么非 square matrix 必定不可逆?
- 因为矩阵和矩阵的逆要满足
- “先正变换再逆变换” 与 “先逆变换再正变换” 应该是相同的变换效果 (最终应该都等同于
)
- “先正变换再逆变换” 与 “先逆变换再正变换” 应该是相同的变换效果 (最终应该都等同于
- 但是如果是非 square matrix,假设
是 ,那么 , ,变换效果不一样
为什么 The rows of
- 如果
的 rows 是线性相关,那么必然存在一个非零向量 使得 ,你这就相当于是降维了 (比如说以 为一条边的平行四边形,经过 变换,至少会被降维成一条线段),降维就说明 ,矛盾
Positive-definite / Positive-semidefinite / Negative-definite / Negative-semidefinite Square Symmetric MatrixPermalink
假设有 symmetric square metrix
,我们称 为 positive-definite ,我们称 为 positive-semidefinite ,我们称 为 negative-definite ,我们称 为 negative-semidefinite
注意:
- 必须是 square matrix,否则
算不出来 - definiteness 性质并不要求一定要是 symmetric (例子)
- 我们这里限定 symmetric square matrix 是为了研究 definiteness 给 symmetric 带来的其他性质
注意以下性质:
- 如果
是 positive-definite,说明变换 对任意 vector 的方向改动不超过 - 如果
是 positive-definite,那么 的所有 eigenvalues , 是 eigenvalue, 是 eigenvector ,说明
必定是 positive-semidefinite;如果 可逆, 升级为 positive-definite- 因为
恒成立 - 只有当
时才可能取等号;又因为 ,所以只有是 会降维的时候才可能有 - 如果
可逆,那么 也可逆,对非零向量 不可能有 ,所以 一定是
- 因为
Comments