Worksheet Functions to Solve Linear EquationsID: Q69207
|
It is possible to use the built-in matrix functions of Excel to solve systems of linear equations. The system of equations must have a single solution. The matrix must be square.
x-3y=2 and 2y=6
A1: X B1: Y C1: b
A2: 1 B2: -3 C2: 2
A3: 0 B3: 2 C3: 6
{=MMULT(MINVERSE(A2:B3),C2:C3)}
E1: 11
E2: 3
"Microsoft Excel Function Reference," version 3.0, pages 153-155
"Microsoft Excel for Windows Functions and Macros," version 2.1x,
pages 83-84 and 86-87
Additional query words: 2.0 2.00 2.1 2.10 2.2 2.20 2.21 3.0 4.0 matrix MMULT() MINVERSE()
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 21, 1999