Matrices for solving systems by elimination
Last updated
Was this helpful?
Last updated
Was this helpful?
我們可以利用矩陣之力,將 Linear system 轉為矩陣快速解出答案
可以轉為 Augmented matrix
將矩陣運算至 Reduced Row-echelon form
紅色的為 Leading 1s 只在該列有他一個 1 存在,該元素又稱為 pivot value
而藍色的為 free variables
我們可以將結果轉回 equations
並且可以表示成像 linear combination 的形式
在圖形上看起來像是這樣
若你的 reduced-row echelon form 算到變成這樣時
表示你的三個 R4 向量在空間內是沒有交集的,所以是無解 (no solution)
而每一個 leading ones 都可以對應一個值,這樣子代表唯一解 (uniqle solution)
而上面的例題中,含有 free variables 的,代表沒有唯一解,也就是無限多解