The matrix method of solving systems of linear equations is just the elimination method in disguise. By using matrices, the notation becomes a little easier.
Suppose you have a system of linear equations such as:
The first step is to convert this into a matrix. Make sure all equations are in standard form and use the coefficients of each equation to form each row of the matrix. It may help you to separate the right column with a dotted line.
Next, we use the matrix row operations to change the 2×2 matrix on the left side to the identity matrix . First, we want to get a zero in Row 1 , Column 2 . So, add 4 times Row 2 to Row 1 .
Next we want a 1 in the top left corner.
Now we want a zero in the bottom left corner.
Finally, we want a 1 in Row 2 , Column 2 .
Now that we have the 2×2 identity matrix on the left, we can read off the solutions from the right column:
x = 3
y = -1
The same method can be used for nn linear equations in n unknowns; in this case you would create an n×(n−1) matrix, and use the matrix row operations to get the identity n×n matrix on the left side.
Important Note: If the equations represented by your original matrix represent parallel lines, you will not be able to get the identity matrix using the row operations. In this case, the solution either does not exist or there are infinitely many solutions to the system.
556 videos|198 docs
|
1. What is matrix algebra in the context of solving linear equations? |
2. How can matrix algebra be used to solve linear equations? |
3. What is the importance of matrix inversion in solving linear equations using matrix algebra? |
4. Can matrix algebra be used to solve non-linear equations as well? |
5. How can matrix algebra be applied in practical applications beyond solving linear equations? |
556 videos|198 docs
|
|
Explore Courses for Mathematics exam
|