You are on page 1of 5

Keys to

numerical
method

Gaussian Elimination Method


Reduce

matrix such that leading zeros


and not necessarily leading ones
GaussElimination Method with
leading zeros and leading
Partial Pivoting: search for the largest
value at that particular column and
switch the rows so that the one with the
largest is at the top. Then, turn it into a
Gaussian Elimination Method matrix.

LU Factorisation
Look

at the two by two matrix. That is


Dolittle decomposition
Crout decomposition algorithm
Cholesky

Matrix Inversion
Use

LU decomposition to find the inverse


of a matrix

Iterative Refinement

You might also like