How to solve Gaussian elimination method?
#[(
5, -3, 2,|, 13),
(2, -1, -3,|,1 ),
(4, -2, 4,|, 12)
]#
1 Answer
Perform elementary row operations, until the matrix on the left is an identity matrix, then the column vector on the right will contain the solution set.
Explanation:
Given:
Perform elementary row operations.
We want the coefficient
We want the remainder of the first column to be zeros so we perform the next 2 row operations:
We want the coefficient
We want the coefficient
We want the rest of the column to be zeros so we do the following 2 row operations:
There is an identity matrix on the left, therefore, the solution set is on the right,