Problem
We want to solve the following linear system of
equations with
unknowns
:

![]()

Example of resolution
Consider the following system:


First step of the Gaussian elimination: we eliminate
in the lines
and
:

Second step of the Gaussian elimination: we eliminate
in the line
:


Gaussian Elimination algorithm: forward elimination and triangular form

![]()
Gaussian Elimination algorithm: backward elimination
Now the matrix
is in triangular form
, we can solve:
![]()
We use a backward elimination for solving
:
