Answer :

Solutions  

In Matrix we use initially based on systems of linear equations.The matrix method is similar to the method of Elimination as but is a lot cleaner than the elimination method.Solving systems of equations by Matrix Method involves expressing the system of equations in form of a matrix and then reducing that matrix into what is known as Row Echelon Form. 

Calculations 

⇒ Rewrite the linear equations above as a matrix 

[tex] \left[\begin{array}{ccc}3&5&42\\6&5&54\\\end{array}\right] [/tex] 

⇒  Apply to Row₂ : Row₂ - 2 Row₁ 

[tex] \left[\begin{array}{ccc}3&5&42\\0&-5&-30\\\end{array}\right] [/tex] 

⇒ Simplify rows

[tex] \left[\begin{array}{ccc}3&5&42\\0&1&6\\\end{array}\right] [/tex] 

Note: The matrix is now in echelon form.
The steps below are for back substitution. 

⇒ Apply to Row₁ : Row - 5 Row₂ 

[tex] \left[\begin{array}{ccc}3&0&12\\0&1&6\\\end{array}\right] [/tex] 

⇒ Simplify rows 

[tex] \left[\begin{array}{ccc}1&0&4\\0&1&6\\\end{array}\right] [/tex] 

⇒ Therefore, 

[tex]x=4 y = 6[/tex]
 

 


Other Questions