Question
Question: How do you solve \[x + 3y + z = 3\]; \[x + 5y + 5z = 1\]; \[2x + 6y + 3z = 8\]using matrices?...
How do you solve x+3y+z=3; x+5y+5z=1; 2x+6y+3z=8using matrices?
Explanation
Solution
Hint : Here in this question, we have to solve the variable x, y, and z using matrices. The method of solving this type of question known as “Gauss-Jordan elimination”. First, we have to construct an augmented matrix by using the coefficients of variables and later by the row echelon form and using back substitution method we get the required solution.
Complete step-by-step answer :
The Gauss-Jordan method, also known as Gauss-Jordan elimination method is used to solve a system of linear equations and is a modified version of Gauss Elimination Method.
we have to perform 2 different process in Gauss Elimination Method i.e.,
- Formation of upper triangular matrix, and
- Back substitution
using reduced row echelon form.
Consider the given system of linear equations:
x+3y+z=3--------(1)
x+5y+5z=1------(2)
2x+6y+3z=8-----(3)
Now, write the augmented matrix of the system of linear equations