Sections:

Solving Matrix Equations



About:
Additional Resources:

In this lesson, we will learn how to solve a system of linear equations with matrix equations. To do this, we will first write our equations in standard form. Then we will set up three matrices. Once for the coefficients (A), another for the variables (X), and a final matrix (B) for the constants. We can then set up a matrix equation: AX = B. This equation can be solved as: AA(-1)X = A(-1)B
IX = A(-1)B
X = A(-1)B
So we find that X, is just the inverse of matrix A or the coefficient matrix multiplied by matrix B, the constant matrix.
+ Show More +