Overview
A system of simultaneous equations can be represented compactly using matrices. For example, the system:
⎩⎨⎧−x+6y−2z=216x−2y−z=−16−2x+3y+5z=24⎭⎬⎫⟺−16−26−232−15xyz=21−1624
Setting Up the Matrix Equation
Label each part of the equation separately:
A=−16−26−232−15,B=xyz,C=21−1624
This gives us the matrix equation AB=C. Our goal is to solve for B, which contains the unknowns x, y, and z.
Rearranging for B
Multiplying both sides on the left by A−1:
A−1ABB=A−1C=A−1C
Solving
Using the method for finding the inverse of a 3×3 matrix:
A−1∴B=1891728−143699101334=1891728−14369910133421−1624=−142
Therefore x=−1, y=4, and z=2.