SOLUTION: Given the following systems of equations
2x + y+ z = 12
6x + 5 y - 3z = 6
4x - y + 3z = 5
Solve for the x,y and z using:
(i) Gaussian elimination
(ii) Gauss- Jordan eliminati
Question 1184020: Given the following systems of equations
2x + y+ z = 12
6x + 5 y - 3z = 6
4x - y + 3z = 5
Solve for the x,y and z using:
(i) Gaussian elimination
(ii) Gauss- Jordan elimination
(iii) Use Sarrus` rule to find determinant of the equation above
(iv) Cramer`s rule Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website! Given the following systems of equations
Solve for the ,and using:
(i) Gaussian elimination
R1 / 2 → R1 (divide the 1 row by 2)
R2 - 6 R1 → R2 (multiply 1 row by 6 and subtract it from 2 row); R3 - 4 R1 → R3 (multiply 1 row by 4 and subtract it from 3 row)
R2 / 2 → R2 (divide the 2 row by 2)
R1 - 0.5 R2 → R1 (multiply 2 row by 0.5 and subtract it from 1 row); R3 + 3 R2 → R3 (multiply 2 row by 3 and add it to 3 row)
R3 / -8 → R3 (divide the 3 row by -8)
R1 - 2 R3 → R1 (multiply 3 row by 2 and subtract it from 1 row); R2 + 3 R3 → R2 (multiply 3 row by 3 and add it to 2 row)
(ii) Gauss- Jordan elimination
Make the pivot in the 1st column by dividing the 1st row by 2
Eliminate the 1st column
Make the pivot in the 2nd column by dividing the 2nd row by 2
Eliminate the 2nd column
Make the pivot in the 3rd column by dividing the 3rd row by -8
Eliminate the 3rd column
(iv) Cramer`s rule
Write down the main matrix and find its determinant
Δ =
Δ =
Δ =
Replace the 1st column of the main matrix with the solution vector and find its determinant
Δ1 =
Replace the 2nd column of the main matrix with the solution vector and find its determinant
Δ2 =
Replace the 3rd column of the main matrix with the solution vector and find its determinant
Δ3 = = Δ1 / Δ = = Δ2 / Δ = = Δ3 / Δ =
leaving to you to do:
(iii) Use Sarrus` rule to find determinant of the equation above