Answer:
The solution of the system of equations is
.
Explanation:
Gauss–Jordan elimination is a procedure for converting a matrix to reduced row echelon form using elementary row operations.
It relies upon three elementary row operations one can use on a matrix:
- Swap the positions of two of the rows
- Multiply one of the rows by a nonzero scalar.
- Add or subtract the scalar multiple of one row to another row.
To find the solution of the system
![-3x + 5y = -34 \\3x + 4y = -11 \\4x -8y = 52](https://img.qammunity.org/2021/formulas/mathematics/college/y6uzedr6ew8y3cg6tfz5el1oi9d1qe9ott.png)
using Gauss-Jordan elimination you must:
Step 1: Transform the augmented matrix to the reduced row echelon form.
In an augmented matrix, each row represents one equation in the system and each column represents a variable or the constant terms.
This is the augmented matrix that represents the system.
![\left[ \begin{array}{ccc} -3 & 5 & -34 \\\\ 3 & 4 & -11 \\\\ 4 & -8 & 52 \end{array} \right]](https://img.qammunity.org/2021/formulas/mathematics/college/xeyxxl6naog5z5hd7q9uazfbbxybsdpfqh.png)
Using elementary matrix operations, we get that
Row Operation 1: Add row 1 to row 2
![\left(R_2=R_2+R_1\right)](https://img.qammunity.org/2021/formulas/mathematics/college/3xk9mhn75a3ahgufwma49dsgvi4nzi84ju.png)
Row Operation 2: Divide row 1 by −3
![\left(R_1=(R_1)/(-3)\right)](https://img.qammunity.org/2021/formulas/mathematics/college/i1uo4k1abji5jwdq075ezbdgwd0vzb30yt.png)
Row Operation 3: Subtract row 1 multiplied by 4 from row 3
![\left(R_3=R_3-\left(4\right)R_1\right)](https://img.qammunity.org/2021/formulas/mathematics/college/pdmnj477j6i3nzvc668ww8yseqdedriiui.png)
Row Operation 4: Divide row 2 by 9
![\left(R_2=(R_2)/(9)\right)](https://img.qammunity.org/2021/formulas/mathematics/college/eymc2ytlk4qc6oz9vdffroik0u066vkuno.png)
Row Operation 5: Add row 2 multiplied by 5/3 to row 1
![\left(R_1=R_1+\left((5)/(3)\right)R_2\right)](https://img.qammunity.org/2021/formulas/mathematics/college/q986vy9anui786lifau9z09ci60p41srvh.png)
Row Operation 6: Add row 2 multiplied by 4/3 to row 3
![\left(R_3=R_3+\left((4)/(3)\right)R_2\right)](https://img.qammunity.org/2021/formulas/mathematics/college/tfhwm8gitv244uvnj5hxiqxplnagetigxv.png)
This is the reduced row echelon form matrix
![\left[ \begin{array}{ccc} 1 & 0 & 3 \\\\ 0 & 1 & -5 \\\\ 0 & 0 & 0 \end{array} \right]](https://img.qammunity.org/2021/formulas/mathematics/college/nkhj8k0nk99l9v4gy4w6bqbeve67o2h5pc.png)
Step 2: Interpret the reduced row echelon form
The reduced row echelon form of the augmented matrix corresponds to the system
![x=3\\y=-5](https://img.qammunity.org/2021/formulas/mathematics/college/mx573jqtpx2rolj2ry1jc3f8ly21ypsvi7.png)