How do you solve using gaussian elimination or gauss-jordan elimination, #4x_1 + 5x_2 + 2x_3 = 11#, #2x_2 + 3x_3 - 4x_4 = -2#, #2x_1 + x_2 + 3x_4 = 12#, #x_1 + x_3 + x_4 = 9#?
1 Answer
Explanation:
Initial Augmented Matrix:
Pivot Action
pivot row = n; pivot column = n; pivot entry augmented matrix entry at (n,n)
1. convert pivot n row so pivot entry = 1
2. adjust non-pivot rows so entries in pivot column = 0
Pivot
Pivot Row 1 reduced by dividing all entries by 4.00 so pivot entry = 1
Non-pivot rows reduced for pivot column
by subtracting appropriate multiple of pivot row 1 from each non-pivot row
Pivot
Pivot Row 2 reduced by dividing all entries by 2.00 so pivot entry = 1
Non-pivot rows reduced for pivot column
by subtracting appropriate multiple of pivot row 2 from each non-pivot row
Pivot
Pivot Row 3 reduced by dividing all entries by 1.25 so pivot entry = 1
Non-pivot rows reduced for pivot column
by subtracting appropriate multiple of pivot row 3 from each non-pivot row
Pivot
Pivot Row 4 reduced by dividing all entries by -1.50 so pivot entry = 1
Non-pivot rows reduced for pivot column
by subtracting appropriate multiple of pivot row 4 from each non-pivot row