本文为《Linear algebra and its applications》的读书笔记
The Invertible Matrix Theorem 可逆矩阵定理
THEOREM 8
当 为 矩阵时, 可以较快的判定矩阵是否为可逆矩阵 (或者计算 )
PROOF
上面的几个结论基本在前面都介绍过了,这里只是总结了一下。唯一没有出现过的就是 。下面只证明
The next fact follows from Theorem 8
由定理 的 可以得到上述推论
The Invertible Matrix Theorem divides the set of all matrices into two disjoint (不相交的) classes: the invertible (nonsingular) matrices, and the noninvertible (singular) matrices.
Each statement in the theorem describes a property of every invertible matrix. The negation of a statement (否命题) in the theorem describes a property of every singular matrix. For instance, an singular matrix is not row equivalent to , does not have pivot positions, and has linearly dependent columns.
The Invertible Matrix Theorem applies only to square matrices.
EXAMPLE 1
and are both martices. Show that if is invertible, so is .
SOLUTION
Let be the inverse of . Then , Thus is invertible.
Invertible Linear Transformations 可逆线性变换
A linear transformation is said to be invertible if there exists a function such that
The next theorem shows that if such an exists, it is unique and must be a linear transformation. We call the inverse of and write it as .
ill-conditiones matrix:病态矩阵
condition number:条件数。条件数大约给出方程 的解随 改变的敏感性的粗略度量
本节练习题的 41~45 涉及条件数等概念,可以等学完 6、7 章之后再回过来看