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