Triangularization method

KamranAnsari10 12,444 views 10 slides Mar 03, 2018
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Detailed information about Triangularization method or LU factorization or decomposition method.


Slide Content

Triangularization Method Kamran Ansari 6 th Semester

Contents Introduction Formula and method Limitations of Triangularizatoin method Advantages of Triangularization Method

Introduction Triangularization Method is also known as decomposition method or the factorization method. It is a type of direct method of solving linear simultaneous equations. It is also useful for determining the inverse of matrix.

Formula and method Consider the linear equations, can be written as AX = B ……(1) and B =  

The concept behind this method is that any matrix  A  can be expressed as the product of a lower triangular matrix L and an upper triangular matrix U provided all the principal minors of  A is non singular. A = L U To produce a unique solution, it is convenient to choose either, the method is called the Doolittle’s method, or the method is called the Crout’s method.  

By using Doolittle’s method, A = L U ……(2) where and We can calculate the elements of matrices L and U to use the equality of matrices . By equation (1) becomes, L U X = B write as the following two systems of equations, U X = V ……(3) L V = B ……(4) using equation (4), by substitution we can calculate the matrix V, and at last by back substitution, matrix X can be obtained.  

Once we know the matrices L and U than the inverse of matrix A can be determined from, A = L U  

Limitations of Triangularizatoin Method This method fails if any of the diagonal elements of matrices L and U (e.g. or ) is zero. All the principal minors of  A is non singular.  

Advantages of Triangularization Method This method is superior to Gauss elimination method and used for the solution of linear systems and finding the inverse of the matrix. The number of operations involved in terms of multiplication for a system of linear equations by triangularization method is less than Gauss method. Among the direct methods, factorization method is also preferred as the software for computers.

Thank you