Solve each of the following systems of equations using matrix method.

3x - 4y + 2z = - 1;


2x + 3y + 5z = 7;


X + z = 2.



To find: - x , y , z


Given set of lines are : -


3x - 4y + 2z = - 1


2x + 3y + 5z = 7;


x + z = 2


Converting the following equations in matrix form,


AX = B



3R2 – 2R1


3R3 – R1



11R3 - R2



Again converting into equations, we get


3x - 4y + 2z = - 1


17y + 11z = 23


27 y = 54


Y = 2


17×2 + 11z = 23


11z = 23 – 34


Z = - 1


3x – 4 × 2 + 2× - 1 = - 1


3x = - 1 + 8 + 2


3x = 9


X = 3



1