LU Decomposition (Triangularization)
LU Decomposition (Triangularization)
LU decomposition
(Triangularization)
TOPICS TO COVER
Introduction 1
Definition 2
Why use it and application 3
Steps involved 4
Example question 5
1 Introduction
A=LU
APPLICATION
•Solving linear systems of equations
•Calculating matrix inverses
•Calculating determinants
•Optimization
•Statistical analysis
•Machine learning
STEPS
1 2 3 4 5
So,
y1 = 1
3y1 + y2 = 5
y1 + (3/2)y2 + y3 = 10
Solving these equations, we get;
y1 = 1, y2 = 2, y3 = 6
5 Now, consider UX = Y. So,