Gaussian elimination

For the mathematical background, please read the Wikipedia page on the Gaussian elimination.

Definitions

Row pivot element
For a given nonzero row of the matrix $A$, the pivot element is its first non-zero entry.
Row echelon form
The matrix $A$ is in row echelon form if Example: $\left[ \begin{array}{ccccc} 1 & a_0 & a_1 & a_2 & a_3 \\ 0 & 0 & 2 & a_4 & a_5 \\ 0 & 0 & 0 & 1 & a_6 \end{array} \right]$
Row reduction
Assume $a_{ij}\neq 0$. We say that the row $k$ is reduced by row $i$ w.r.t. the $(i,j)$ entry, if a scalar multiple of row $i$ is substracted from row $k$ such that the $(k,j)$ entry becomes $0$.
Gaussian elimination

Demonstration

Matrix dimensions = x.

Precision = digits. Magnitude of matrix entries = .

0 ≤ step


Permuted rows [hide/show]


The parameters [hide/show]


Copyright by © Gábor P. Nagy, 2017.