Differentiate the Gaussian elimination and LU- Factorization in solving system of linear equations.

Marvin Mccormick

Marvin Mccormick

Answered question

2021-02-25

Differentiate the Gaussian elimination and LU- Factorization in solving system of linear equations.

Answer & Explanation

nitruraviX

nitruraviX

Skilled2021-02-26Added 101 answers

Let the system of linear equation be
AX=b
Gauss elimination for system of linear equation by back substitution for the system give the upper triangular system of linear equation which is solvable easily.
If we apply Gauss elimination for the matrix of the the system then it gives the equivalent matrix which is the product of two matrices, upper triangular matrix U and Lower triangular matrix L.
i.e.,
A=LU.
then the system is
AX=b
LUX=b
UX=L1b
x=U1(L1b)

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?