SlideShare a Scribd company logo
RUBEN DARIO ARISMENDI RUEDA
CHAPTER 4: ‘Iterative Methods to solve lineal ecuation systems’
There are some kinds of Methods that are used to solve this lineal systems. 1- THOMAS 2-CHOLESKY
THOMAS. This method is used with a special kind of Matrix that has this form. This is a special kind of matrix that has all it’s elements cero except that ones shown in the last picture.
THIS METHOD WILL BE MORE CLEAR IF IS EXPLAINED WITH AN EXAMPLE. Basically this method uses the LU factorization.  EXAMPLE. MATRIX  ‘A’ R
THEN  L*U=A MATRIX ‘L’ MATRIX ‘U’
L*D=R; By simple substitution the vector D is found. MATRIX ‘L’ * = D R
U*X=D; By simple substitution the vector ‘X’ is found and the system will be solved. MATRIX ‘U’ * = X D
SOLUTION

More Related Content

PPT
Special methods
PPTX
February 11, 2015,
PPTX
Directs Methods
 
PPT
Linear Systems
PDF
CONSISTENCY CRITERIA
PDF
Rankmatrix
PDF
01 algebra
PPTX
Taylors series
Special methods
February 11, 2015,
Directs Methods
 
Linear Systems
CONSISTENCY CRITERIA
Rankmatrix
01 algebra
Taylors series

What's hot (19)

PPTX
Polynomial Functions
PPTX
Differential equation and Laplace Transform
PPTX
Advance engineering mathematics
PPT
1.17.08 General Trig Equations
PPTX
System of linear equation - SLE
PPT
1.22.08 Harder Trig Equations 1
DOCX
Nota algebra
DOC
Lsd ee n
PPTX
Agcaoili, mikaela systems of linear equation
PPT
Selection sort
PPT
Calc02 3 n
PPT
Choas Theory3
PDF
2415systems_odes
PPTX
system of linear equations
PPTX
Chapter 4: Linear Algebraic Equations
PPT
Exponential functions
PPTX
Iterativos Methods
PPT
Solve sysbyelimmult (1)
PPTX
LINEAR ALGEBRA AND VECTOR CALCULUS
Polynomial Functions
Differential equation and Laplace Transform
Advance engineering mathematics
1.17.08 General Trig Equations
System of linear equation - SLE
1.22.08 Harder Trig Equations 1
Nota algebra
Lsd ee n
Agcaoili, mikaela systems of linear equation
Selection sort
Calc02 3 n
Choas Theory3
2415systems_odes
system of linear equations
Chapter 4: Linear Algebraic Equations
Exponential functions
Iterativos Methods
Solve sysbyelimmult (1)
LINEAR ALGEBRA AND VECTOR CALCULUS
Ad

More from rubenarismendi (16)

PPT
Iterative methods
PPT
Iterative methods
PPT
Iterative methods
PPT
Direct sustitution methods
PPT
Roots of equations 1
PPT
Roots of equations 1
PPT
Roots of equations 1
PPT
Roots of equations 1
PPTX
Roots of equations
PPT
Taylor 1
PPTX
PPTX
PPTX
Approximation and error
PPTX
Approximation and error
PPTX
Mathematical modeling
PPS
Matrizinversa
Iterative methods
Iterative methods
Iterative methods
Direct sustitution methods
Roots of equations 1
Roots of equations 1
Roots of equations 1
Roots of equations 1
Roots of equations
Taylor 1
Approximation and error
Approximation and error
Mathematical modeling
Matrizinversa
Ad

Iterative methods

  • 2. CHAPTER 4: ‘Iterative Methods to solve lineal ecuation systems’
  • 3. There are some kinds of Methods that are used to solve this lineal systems. 1- THOMAS 2-CHOLESKY
  • 4. THOMAS. This method is used with a special kind of Matrix that has this form. This is a special kind of matrix that has all it’s elements cero except that ones shown in the last picture.
  • 5. THIS METHOD WILL BE MORE CLEAR IF IS EXPLAINED WITH AN EXAMPLE. Basically this method uses the LU factorization. EXAMPLE. MATRIX ‘A’ R
  • 6. THEN L*U=A MATRIX ‘L’ MATRIX ‘U’
  • 7. L*D=R; By simple substitution the vector D is found. MATRIX ‘L’ * = D R
  • 8. U*X=D; By simple substitution the vector ‘X’ is found and the system will be solved. MATRIX ‘U’ * = X D