Solving a System with the Matrix Inverse
Writing a linear system as AX = B, why multiplying by the inverse replaces division, and the four steps that lead to X = A inverse times B with a full check.
Writing a linear system as AX = B, why multiplying by the inverse replaces division, and the four steps that lead to X = A inverse times B with a full check.
Any system of linear equations can be packed into the single matrix equation . You cannot divide by a matrix — but you can multiply by its inverse, and that turns solving the system into one multiplication.
Together they form , whatever the size of the system.
There is no division for matrices. Instead, multiply both sides on the left by :
Order matters: matrix multiplication is not commutative, so must go on the left of both sides.
Take the system:
Substitute both values back into the original equations.