Gaussian Elimination
Last updated
Was this helpful?
Last updated
Was this helpful?
Gaussian elimination is an algorithm to solve systems of equations.
Process to solve problems:
For example, starting with the above matrix, we have
Here, the pivots are shown in blue. Now let’s look at that last row--the equation it represents is z = 1. Then we can find and directly.
Gaussian elimination provides solutions to matrix equations of the form Ax = b where A is the matrix of
coefficients, x is the matrix of variables, b and is the matrix of RHSs (right hand side).