x1 x2 x3 RHS
10 1 -2 25
2 20 2 -22
3 -3 10 -21
Instructions:
1. Select a 3x3 range (e.g., G1:I3), type =MINVERSE(A1:C3), and press Ctrl+Shift+Enter.
2. Select a 3x1 range (e.g., K1:K3), type =MMULT(G1:I3, E1:E3), and press Ctrl+Shift+Enter.
3. Cells K1 to K3 will display x1, x2, and x3.