SlideShare a Scribd company logo
Triangularization Method
- Kamran Ansari
6th 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,
𝑎11 𝑥 + 𝑎12 𝑦 + 𝑎13 𝑧 = 𝑏1
𝑎21 𝑥 + 𝑎22 𝑦 + 𝑎23 𝑧 = 𝑏2
𝑎31 𝑥 + 𝑎32 𝑦 + 𝑎33 𝑧 = 𝑏3
can be written as AX = B ……(1)
𝐴 =
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
𝑋 =
𝑥
𝑦
𝑧
and B =
𝑏1
𝑏2
𝑏3
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,
1. 𝑙𝑖𝑖 = 1, the method is called the Doolittle’s method, or
2. 𝑢𝑖𝑖 = 1, the method is called the Crout’s method.
By using Doolittle’s method, A = L U ……(2)
where 𝐿 =
1 0 0
𝑙21 1 0
𝑙31 𝑙32 1
and 𝑈 =
𝑢11 𝑢12 𝑢13
0 𝑢22 𝑢23
0 0 𝑢33
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
𝐴−1
= 𝑈−1
𝐿−1
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

More Related Content

What's hot

Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equations
Sugathan Velloth
 
Power method
Power methodPower method
Power method
nashaat algrara
 
Gaussian Elimination
Gaussian EliminationGaussian Elimination
Gaussian EliminationZunAib Ali
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
aakashray33
 
Rank of a matrix
Rank of a matrixRank of a matrix
Rank of a matrix
muthukrishnaveni anand
 
Lu decomposition
Lu decompositionLu decomposition
Lu decompositiongilandio
 
K - Map
  K - Map    K - Map
K - Map
Abhishek Choksi
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n Numbers
Saikat Roy
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
Meet Nayak
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
MalathiNagarajan20
 
My Lecture Notes from Linear Algebra
My Lecture Notes fromLinear AlgebraMy Lecture Notes fromLinear Algebra
My Lecture Notes from Linear Algebra
Paul R. Martin
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
VANDANASAINI29
 
rank of matrix
rank of matrixrank of matrix
rank of matrix
Siddhi Agrawal
 
Taylor's series
 Taylor's  series   Taylor's  series
Taylor's series
Md. Mizanur Rahaman
 
Exact & non exact differential equation
Exact & non exact differential equationExact & non exact differential equation
Exact & non exact differential equation
AlaminMdBabu
 
LU FACTORIZATION METHOD
 LU FACTORIZATION METHOD LU FACTORIZATION METHOD
LU FACTORIZATION METHOD
reach2arkaELECTRICAL
 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problems
Santhanam Krishnan
 

What's hot (20)

Crout s method for solving system of linear equations
Crout s method for solving system of linear equationsCrout s method for solving system of linear equations
Crout s method for solving system of linear equations
 
Gauss elimination
Gauss eliminationGauss elimination
Gauss elimination
 
Power method
Power methodPower method
Power method
 
Gaussian Elimination
Gaussian EliminationGaussian Elimination
Gaussian Elimination
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Rank of a matrix
Rank of a matrixRank of a matrix
Rank of a matrix
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
 
K - Map
  K - Map    K - Map
K - Map
 
GCD of n Numbers
GCD of n NumbersGCD of n Numbers
GCD of n Numbers
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
My Lecture Notes from Linear Algebra
My Lecture Notes fromLinear AlgebraMy Lecture Notes fromLinear Algebra
My Lecture Notes from Linear Algebra
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
 
rank of matrix
rank of matrixrank of matrix
rank of matrix
 
Taylor's series
 Taylor's  series   Taylor's  series
Taylor's series
 
Exact & non exact differential equation
Exact & non exact differential equationExact & non exact differential equation
Exact & non exact differential equation
 
LU FACTORIZATION METHOD
 LU FACTORIZATION METHOD LU FACTORIZATION METHOD
LU FACTORIZATION METHOD
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problems
 
graph theory
graph theory graph theory
graph theory
 

Similar to Triangularization method

CHAPTER 3 numer.pdf
CHAPTER 3 numer.pdfCHAPTER 3 numer.pdf
CHAPTER 3 numer.pdf
kefiyalewkunta1
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Diler
kishor pokar
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
Diler4
 
Some methods for small systems of equations solutions
Some methods for small systems of equations solutionsSome methods for small systems of equations solutions
Some methods for small systems of equations solutionsmarcelafernandagarzon
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
PrathamPatel560716
 
Presentasi fisika komputasi invers matrik gauss jordan dengan python
Presentasi fisika komputasi invers matrik gauss jordan dengan pythonPresentasi fisika komputasi invers matrik gauss jordan dengan python
Presentasi fisika komputasi invers matrik gauss jordan dengan python
FidiyatiUmaroh
 
Chapter 4: Linear Algebraic Equations
Chapter 4: Linear Algebraic EquationsChapter 4: Linear Algebraic Equations
Chapter 4: Linear Algebraic EquationsMaria Fernanda
 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsLizeth Paola Barrero
 
Direct Methods to Solve Lineal Equations
Direct Methods to Solve Lineal EquationsDirect Methods to Solve Lineal Equations
Direct Methods to Solve Lineal EquationsLizeth Paola Barrero
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chaimae Baroudi
 
Linear Algebra presentation.pptx
Linear Algebra presentation.pptxLinear Algebra presentation.pptx
Linear Algebra presentation.pptx
ProveedorIptvEspaa
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
Farzad Javidanrad
 
Linear equations
Linear equationsLinear equations
Linear equations
Nisarg Amin
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
Drazzer_Dhruv
 
01 algebra
01 algebra01 algebra
01 algebra
Murad Kasasbeh
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 

Similar to Triangularization method (20)

CHAPTER 3 numer.pdf
CHAPTER 3 numer.pdfCHAPTER 3 numer.pdf
CHAPTER 3 numer.pdf
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Diler
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
Some methods for small systems of equations solutions
Some methods for small systems of equations solutionsSome methods for small systems of equations solutions
Some methods for small systems of equations solutions
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
 
Presentasi fisika komputasi invers matrik gauss jordan dengan python
Presentasi fisika komputasi invers matrik gauss jordan dengan pythonPresentasi fisika komputasi invers matrik gauss jordan dengan python
Presentasi fisika komputasi invers matrik gauss jordan dengan python
 
Chapter 4: Linear Algebraic Equations
Chapter 4: Linear Algebraic EquationsChapter 4: Linear Algebraic Equations
Chapter 4: Linear Algebraic Equations
 
Direct methods
Direct methodsDirect methods
Direct methods
 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations Systems
 
Direct Methods to Solve Lineal Equations
Direct Methods to Solve Lineal EquationsDirect Methods to Solve Lineal Equations
Direct Methods to Solve Lineal Equations
 
Direct methods
Direct methodsDirect methods
Direct methods
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
Linear Algebra presentation.pptx
Linear Algebra presentation.pptxLinear Algebra presentation.pptx
Linear Algebra presentation.pptx
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Rankmatrix
RankmatrixRankmatrix
Rankmatrix
 
01 algebra
01 algebra01 algebra
01 algebra
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 

More from Kamran Ansari

Nonlinear dynamics
Nonlinear dynamicsNonlinear dynamics
Nonlinear dynamics
Kamran Ansari
 
Basic of semiconductors and optical properties
Basic of semiconductors and optical propertiesBasic of semiconductors and optical properties
Basic of semiconductors and optical properties
Kamran Ansari
 
The Ozone Layer: Formation and Depletion
The Ozone Layer: Formation and DepletionThe Ozone Layer: Formation and Depletion
The Ozone Layer: Formation and Depletion
Kamran Ansari
 
Spectroscopic analysis of quasar by iraf
Spectroscopic analysis of quasar by irafSpectroscopic analysis of quasar by iraf
Spectroscopic analysis of quasar by iraf
Kamran Ansari
 
Damped harmonic oscillator
Damped harmonic oscillatorDamped harmonic oscillator
Damped harmonic oscillator
Kamran Ansari
 
Maxwell's equation and it's correction in Ampere's circuital law
Maxwell's equation and it's correction in Ampere's circuital lawMaxwell's equation and it's correction in Ampere's circuital law
Maxwell's equation and it's correction in Ampere's circuital law
Kamran Ansari
 
Population explosion and family welfare programme
Population explosion and family welfare programmePopulation explosion and family welfare programme
Population explosion and family welfare programme
Kamran Ansari
 

More from Kamran Ansari (7)

Nonlinear dynamics
Nonlinear dynamicsNonlinear dynamics
Nonlinear dynamics
 
Basic of semiconductors and optical properties
Basic of semiconductors and optical propertiesBasic of semiconductors and optical properties
Basic of semiconductors and optical properties
 
The Ozone Layer: Formation and Depletion
The Ozone Layer: Formation and DepletionThe Ozone Layer: Formation and Depletion
The Ozone Layer: Formation and Depletion
 
Spectroscopic analysis of quasar by iraf
Spectroscopic analysis of quasar by irafSpectroscopic analysis of quasar by iraf
Spectroscopic analysis of quasar by iraf
 
Damped harmonic oscillator
Damped harmonic oscillatorDamped harmonic oscillator
Damped harmonic oscillator
 
Maxwell's equation and it's correction in Ampere's circuital law
Maxwell's equation and it's correction in Ampere's circuital lawMaxwell's equation and it's correction in Ampere's circuital law
Maxwell's equation and it's correction in Ampere's circuital law
 
Population explosion and family welfare programme
Population explosion and family welfare programmePopulation explosion and family welfare programme
Population explosion and family welfare programme
 

Recently uploaded

Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Anemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptxAnemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptx
muralinath2
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
frank0071
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
muralinath2
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
Nistarini College, Purulia (W.B) India
 
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdfTopic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
TinyAnderson
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
SSR02
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
sanjana502982
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills MN
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
Wasswaderrick3
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
Red blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptxRed blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptx
muralinath2
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 

Recently uploaded (20)

Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
Anemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptxAnemia_ types_clinical significance.pptx
Anemia_ types_clinical significance.pptx
 
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdfMudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
Mudde & Rovira Kaltwasser. - Populism - a very short introduction [2017].pdf
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
 
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdfTopic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
Topic: SICKLE CELL DISEASE IN CHILDREN-3.pdf
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
Toxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and ArsenicToxic effects of heavy metals : Lead and Arsenic
Toxic effects of heavy metals : Lead and Arsenic
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
Travis Hills' Endeavors in Minnesota: Fostering Environmental and Economic Pr...
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
Red blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptxRed blood cells- genesis-maturation.pptx
Red blood cells- genesis-maturation.pptx
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 

Triangularization method

  • 1. Triangularization Method - Kamran Ansari 6th Semester
  • 2. Contents • Introduction • Formula and method • Limitations of Triangularizatoin method • Advantages of Triangularization Method
  • 3. 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.
  • 4. Formula and method Consider the linear equations, 𝑎11 𝑥 + 𝑎12 𝑦 + 𝑎13 𝑧 = 𝑏1 𝑎21 𝑥 + 𝑎22 𝑦 + 𝑎23 𝑧 = 𝑏2 𝑎31 𝑥 + 𝑎32 𝑦 + 𝑎33 𝑧 = 𝑏3 can be written as AX = B ……(1) 𝐴 = 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 𝑋 = 𝑥 𝑦 𝑧 and B = 𝑏1 𝑏2 𝑏3
  • 5. 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, 1. 𝑙𝑖𝑖 = 1, the method is called the Doolittle’s method, or 2. 𝑢𝑖𝑖 = 1, the method is called the Crout’s method.
  • 6. By using Doolittle’s method, A = L U ……(2) where 𝐿 = 1 0 0 𝑙21 1 0 𝑙31 𝑙32 1 and 𝑈 = 𝑢11 𝑢12 𝑢13 0 𝑢22 𝑢23 0 0 𝑢33 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.
  • 7. Once we know the matrices L and U than the inverse of matrix A can be determined from, A = L U 𝐴−1 = 𝑈−1 𝐿−1
  • 8. 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.
  • 9. 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.