SlideShare une entreprise Scribd logo
1  sur  8
LU FACTORIZATION
METHOD
LU Factorization Method :
This method is based on the fact that every square matrix can be represented as a
product of lower and upper triangular matrix; i.e. [A]=[L]*[U]
[L]=Lower triangular matrix; [U]=Upper triangular matrix
Provided all the principle minors are non singular .
Let us consider we have : 𝑎11 𝑥 + 𝑎12 𝑦 + 𝑎13 𝑧 = 𝑏1
𝑎21 𝑥 + 𝑎22 𝑦 + 𝑎23 𝑧 = 𝑏2
𝑎31 𝑥 + 𝑎32 𝑦 + 𝑎33 𝑧 = 𝑏3
the system of equation can be represented as : [A]*[X]=[B]
now matrix A can be represented as [A]=[L]*[U]
[A]=[L]*[U]=
𝑙11 0 0
𝑙21 𝑙22 0
𝑙31 𝑙32 𝑙33
*
1 𝑢12 𝑢13
0 1 𝑢23
0 0 1
From here we have to find the values of the elements of lower & upper triangular
matrix.
Then : [A]*[X]=[B];
[L]*[U]*[X]=[B]; As : [A]=[L]*[U]
Now we have to consider that [U]*[X]=[Y] ----------(i)
So that [L]*[Y]=[B]---------------------(ii)
Now using the (ii) equ. We have to find the elements of matrix [Y];where [L],[B]
Is known to us.
Then using the matrix [Y] in equ. (i) we can find the unknown variable matrix
[X] & get the set of solution of the given equation.
 For example we have three equation given bellow and find the sol. By LU method :
8𝑥 − 3𝑦 + 2𝑧 = 20
4𝑥 + 11𝑦 − 𝑧 = 33
6x + 3𝑦 + 12𝑧 = 36
The given equ. Can be represented as : [A]*[X]=[B];
A=
8 −3 2
4 11 −1
6 3 12
,B=
20
33
36
,X=
𝑥
𝑦
𝑧
 A=L*U;

𝑙11 0 0
𝑙21 𝑙22 0
𝑙31 𝑙32 𝑙33
*
1 𝑢12 𝑢13
0 1 𝑢23
0 0 1
=
8 −3 2
4 11 −1
6 3 12
 Leading to : 𝑙11 = 8 ; 𝑙11 𝑢12 = −3 𝑢12 = −(
3
8
)
 𝑙11 𝑢13 = 2 𝑢13 =
1
4
;
 𝑙21 = 4; 𝑙21 𝑢12 + 𝑙22 = 11 𝑙21 = 11 − 𝑙21 𝑢12 = (
25
2
)
 𝑙21 𝑢13 + 𝑙22 𝑢23 = −1 𝑢23 = −
4
5
 𝑙31 = 6; 𝑙31 𝑢12 + 𝑙32 = 3 6 ∗ −
3
8
+ 𝑙32 = 3 𝑙32 = (
21
4
)
 𝑙31 𝑢13 + 𝑙22 𝑢23 + 𝑙33 = 12
𝑙33= (
567
50
) [using the values ]
 Hence [L]=
8 0 0
4 (
25
2
) 0
6 (
21
4
) (
567
30
)
& [U]=
1 −(
3
8
) (
1
4
)
0 1 (−
4
25
)
0 0 1
 Thus the equation A*X=B i.e. L*U*X=B
 Now consider L*Y=B ------------(I)
 where U*X=Y-------------(II)

8 0 0
4 (
25
2
) 0
6 (
21
4
) (
567
30
)
*
𝑌1
𝑌2
𝑌3
=
20
33
36
 So that : 8𝑌1 = 20 𝑌1 = (
5
2
)
 4𝑌1 +
25
2
∗ 𝑌2 = 33 𝑌2 = 33 − 4 ∗
5
2
∗
2
25
= (
46
25
)
 6𝑌1 +
21
4
𝑌2 +
567
50
𝑌3 = 36 𝑌3 =
567
50
∗ 36 − 15 − 21 ∗
23
50
= 1
 Now putting the values on equ. (ii) we get :

1 −(
3
8
) (
1
4
)
0 1 (−
4
25
)
0 0 1
*
𝑥
𝑦
𝑧
=
(
5
2
)
(
46
25
)
1
 which gives
 z= 1,
 𝑦 −
4
25
𝑧 = (
46
25
) y = (
46
25
) +
4
25
)=2
 𝑥 −
3
8
𝑦 +
𝑧
4
= (
5
2
) x = (
5
2
+
6
8
−
1
4
)=3

 Hence the set of solution is given as :
 𝑥 = 3 ; 𝑦 = 2 ; 𝑧 = 1 .
THANK YOU

Contenu connexe

Tendances

Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & DimensionManikanta satyala
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Linear transformations and matrices
Linear transformations and matricesLinear transformations and matrices
Linear transformations and matricesEasyStudy3
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relationsIIUM
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transformsHimel Himo
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical IntegrationTausif Shahanshah
 
B.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationB.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationRai University
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation Meet Patel
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application Yana Qlah
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodMeet Nayak
 
Solving linear equation system
Solving linear equation   systemSolving linear equation   system
Solving linear equation systemsulaiman_karim
 
Lagrange equation and its application
Lagrange equation and its applicationLagrange equation and its application
Lagrange equation and its applicationMahmudul Alam
 
Mathematics and History of Complex Variables
Mathematics and History of Complex VariablesMathematics and History of Complex Variables
Mathematics and History of Complex VariablesSolo Hermelin
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B techRaj verma
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsDr. Maamoun Ahmed
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examplesSajjad Hossain
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsDiler4
 

Tendances (20)

Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & Dimension
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Linear transformations and matrices
Linear transformations and matricesLinear transformations and matrices
Linear transformations and matrices
 
Recurrence relations
Recurrence relationsRecurrence relations
Recurrence relations
 
Presentation on laplace transforms
Presentation on laplace transformsPresentation on laplace transforms
Presentation on laplace transforms
 
LU decomposition
LU decompositionLU decomposition
LU decomposition
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
 
B.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationB.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integration
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
 
Solving linear equation system
Solving linear equation   systemSolving linear equation   system
Solving linear equation system
 
Runge Kutta Method
Runge Kutta MethodRunge Kutta Method
Runge Kutta Method
 
Generating function
Generating functionGenerating function
Generating function
 
Lagrange equation and its application
Lagrange equation and its applicationLagrange equation and its application
Lagrange equation and its application
 
Mathematics and History of Complex Variables
Mathematics and History of Complex VariablesMathematics and History of Complex Variables
Mathematics and History of Complex Variables
 
Partial differentiation B tech
Partial differentiation B techPartial differentiation B tech
Partial differentiation B tech
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relations
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examples
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 

Similaire à LU FACTORIZATION METHOD

math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODINVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODreach2arkaELECTRICAL
 
Assignment_1_solutions.pdf
Assignment_1_solutions.pdfAssignment_1_solutions.pdf
Assignment_1_solutions.pdfAbhayRupareliya1
 
Group 7 Evalution Solution.docx
Group 7 Evalution Solution.docxGroup 7 Evalution Solution.docx
Group 7 Evalution Solution.docxking27740
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxLyaniCebrian1
 
Study Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationStudy Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationMeenakshisundaram N
 
Regression Analysis.pptx
Regression Analysis.pptxRegression Analysis.pptx
Regression Analysis.pptxMdRokonMia1
 
Numerical Methods: Solution of system of equations
Numerical Methods: Solution of system of equationsNumerical Methods: Solution of system of equations
Numerical Methods: Solution of system of equationsNikolai Priezjev
 
MMAC presentation 16_09_20_20_41.pptx
MMAC presentation 16_09_20_20_41.pptxMMAC presentation 16_09_20_20_41.pptx
MMAC presentation 16_09_20_20_41.pptxJuber33
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdfIILSASTOWER
 
Engineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxEngineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxHebaEng
 
Tín hiệu, hệ thống và phân giải mạch 6
Tín hiệu, hệ thống và phân giải mạch 6Tín hiệu, hệ thống và phân giải mạch 6
Tín hiệu, hệ thống và phân giải mạch 6Linh Trần Lê
 
Signals and systems: part i solutions
Signals and systems: part i solutionsSignals and systems: part i solutions
Signals and systems: part i solutionsPatrickMumba7
 
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...Sahat Hutajulu
 
Term paper inna_tarasyan
Term paper inna_tarasyanTerm paper inna_tarasyan
Term paper inna_tarasyanInna Таrasyan
 
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...IJMER
 
Module 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfModule 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfGaleJean
 

Similaire à LU FACTORIZATION METHOD (20)

math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHODINVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
 
Assignment_1_solutions.pdf
Assignment_1_solutions.pdfAssignment_1_solutions.pdf
Assignment_1_solutions.pdf
 
Group 7 Evalution Solution.docx
Group 7 Evalution Solution.docxGroup 7 Evalution Solution.docx
Group 7 Evalution Solution.docx
 
Week 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptxWeek 9-Quadratic Function.pptx
Week 9-Quadratic Function.pptx
 
Study Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationStudy Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and Integration
 
Fismat chapter 4
Fismat chapter 4Fismat chapter 4
Fismat chapter 4
 
Regression Analysis.pptx
Regression Analysis.pptxRegression Analysis.pptx
Regression Analysis.pptx
 
Numerical Methods: Solution of system of equations
Numerical Methods: Solution of system of equationsNumerical Methods: Solution of system of equations
Numerical Methods: Solution of system of equations
 
MMAC presentation 16_09_20_20_41.pptx
MMAC presentation 16_09_20_20_41.pptxMMAC presentation 16_09_20_20_41.pptx
MMAC presentation 16_09_20_20_41.pptx
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdf
 
Engineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsxEngineering Analysis -Third Class.ppsx
Engineering Analysis -Third Class.ppsx
 
Tín hiệu, hệ thống và phân giải mạch 6
Tín hiệu, hệ thống và phân giải mạch 6Tín hiệu, hệ thống và phân giải mạch 6
Tín hiệu, hệ thống và phân giải mạch 6
 
Signals and systems: part i solutions
Signals and systems: part i solutionsSignals and systems: part i solutions
Signals and systems: part i solutions
 
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
 
Term paper inna_tarasyan
Term paper inna_tarasyanTerm paper inna_tarasyan
Term paper inna_tarasyan
 
new math seminar paper
new math seminar papernew math seminar paper
new math seminar paper
 
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...
On ranges and null spaces of a special type of operator named 𝝀 − 𝒋𝒆𝒄𝒕𝒊𝒐𝒏. – ...
 
Module 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfModule 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdf
 
Taylors series
Taylors series Taylors series
Taylors series
 

Dernier

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Dernier (20)

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

LU FACTORIZATION METHOD

  • 2. LU Factorization Method : This method is based on the fact that every square matrix can be represented as a product of lower and upper triangular matrix; i.e. [A]=[L]*[U] [L]=Lower triangular matrix; [U]=Upper triangular matrix Provided all the principle minors are non singular . Let us consider we have : 𝑎11 𝑥 + 𝑎12 𝑦 + 𝑎13 𝑧 = 𝑏1 𝑎21 𝑥 + 𝑎22 𝑦 + 𝑎23 𝑧 = 𝑏2 𝑎31 𝑥 + 𝑎32 𝑦 + 𝑎33 𝑧 = 𝑏3 the system of equation can be represented as : [A]*[X]=[B] now matrix A can be represented as [A]=[L]*[U]
  • 3. [A]=[L]*[U]= 𝑙11 0 0 𝑙21 𝑙22 0 𝑙31 𝑙32 𝑙33 * 1 𝑢12 𝑢13 0 1 𝑢23 0 0 1 From here we have to find the values of the elements of lower & upper triangular matrix. Then : [A]*[X]=[B]; [L]*[U]*[X]=[B]; As : [A]=[L]*[U] Now we have to consider that [U]*[X]=[Y] ----------(i) So that [L]*[Y]=[B]---------------------(ii) Now using the (ii) equ. We have to find the elements of matrix [Y];where [L],[B] Is known to us. Then using the matrix [Y] in equ. (i) we can find the unknown variable matrix [X] & get the set of solution of the given equation.
  • 4.  For example we have three equation given bellow and find the sol. By LU method : 8𝑥 − 3𝑦 + 2𝑧 = 20 4𝑥 + 11𝑦 − 𝑧 = 33 6x + 3𝑦 + 12𝑧 = 36 The given equ. Can be represented as : [A]*[X]=[B]; A= 8 −3 2 4 11 −1 6 3 12 ,B= 20 33 36 ,X= 𝑥 𝑦 𝑧  A=L*U;  𝑙11 0 0 𝑙21 𝑙22 0 𝑙31 𝑙32 𝑙33 * 1 𝑢12 𝑢13 0 1 𝑢23 0 0 1 = 8 −3 2 4 11 −1 6 3 12  Leading to : 𝑙11 = 8 ; 𝑙11 𝑢12 = −3 𝑢12 = −( 3 8 )
  • 5.  𝑙11 𝑢13 = 2 𝑢13 = 1 4 ;  𝑙21 = 4; 𝑙21 𝑢12 + 𝑙22 = 11 𝑙21 = 11 − 𝑙21 𝑢12 = ( 25 2 )  𝑙21 𝑢13 + 𝑙22 𝑢23 = −1 𝑢23 = − 4 5  𝑙31 = 6; 𝑙31 𝑢12 + 𝑙32 = 3 6 ∗ − 3 8 + 𝑙32 = 3 𝑙32 = ( 21 4 )  𝑙31 𝑢13 + 𝑙22 𝑢23 + 𝑙33 = 12 𝑙33= ( 567 50 ) [using the values ]  Hence [L]= 8 0 0 4 ( 25 2 ) 0 6 ( 21 4 ) ( 567 30 ) & [U]= 1 −( 3 8 ) ( 1 4 ) 0 1 (− 4 25 ) 0 0 1  Thus the equation A*X=B i.e. L*U*X=B  Now consider L*Y=B ------------(I)  where U*X=Y-------------(II)
  • 6.  8 0 0 4 ( 25 2 ) 0 6 ( 21 4 ) ( 567 30 ) * 𝑌1 𝑌2 𝑌3 = 20 33 36  So that : 8𝑌1 = 20 𝑌1 = ( 5 2 )  4𝑌1 + 25 2 ∗ 𝑌2 = 33 𝑌2 = 33 − 4 ∗ 5 2 ∗ 2 25 = ( 46 25 )  6𝑌1 + 21 4 𝑌2 + 567 50 𝑌3 = 36 𝑌3 = 567 50 ∗ 36 − 15 − 21 ∗ 23 50 = 1  Now putting the values on equ. (ii) we get :  1 −( 3 8 ) ( 1 4 ) 0 1 (− 4 25 ) 0 0 1 * 𝑥 𝑦 𝑧 = ( 5 2 ) ( 46 25 ) 1  which gives  z= 1,  𝑦 − 4 25 𝑧 = ( 46 25 ) y = ( 46 25 ) + 4 25 )=2
  • 7.  𝑥 − 3 8 𝑦 + 𝑧 4 = ( 5 2 ) x = ( 5 2 + 6 8 − 1 4 )=3   Hence the set of solution is given as :  𝑥 = 3 ; 𝑦 = 2 ; 𝑧 = 1 .