Solves the linear system `m . x == b`.
可獨立核查:此函式的答案會透過另一條途徑重新推導並比較——工作臺和 verify 工具會自動完成,因此錯誤答案會被發現而不是被採信。 歷史 →
LinearSolve[m, b]
LinearSolve[m]
LinearSolve[a, b]
LinearSolve[{{1, 2}, {3, 4}}, {5, 11}]
→ {1, 2}LinearSolve[{{1, 2}, {3, 4}}][{5, 11}]
→ {1, 2}LinearSolve[{{1, 2, 3}, {4, 5, 6}}, {1, 2}]
→ {-1/3, 2/3, 0}- Method — default Automatic
- Modulus — default 0
- ZeroTest — default Automatic