我@嘉義
238 字
1 分鐘
Linear Algebra - Chapter 2: Matrices and Linear Transformations
2-1 Matrix Multiplication
- 矩陣乘法可以用 matrix-vector product 來定義。
- 矩陣沒有交換律。
- 所得為一個 矩陣 。所以要取純量時記得用點積,不要用矩陣乘法。
- 對稱矩陣:
2-3 Invertibility and Elementary Matrices
[!Abstract] DEF. Inverse
A A^{-1} = A^{-1} A = I_{n}
逆矩陣的唯一性
證明方法:先假設他不唯一,設第三個矩陣也符合逆矩陣的定義,然後推得它與原本的逆矩陣相等。
元素矩陣
即從單位矩陣進行一次 e.r.o. 得來。
特殊算法
Linear Transformation
定義:「保留向量加法與純量乘法者為線性變換。」 向量加法 vector addition
純量乘法 scalar multiplication
零向量
然而,反過來則不一定:
Standard Matrix
此詞彙沒有在
2.8 Composition and Invertibility of Linear Transformations
Linear Algebra - Chapter 2: Matrices and Linear Transformations
https://blade520.com/posts/linear-algebra/ch2/