[go: up one dir, main page]

0% found this document useful (0 votes)
15 views2 pages

System1 Linear Solver

Uploaded by

itsmebasic18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

System1 Linear Solver

Uploaded by

itsmebasic18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like