Linear Systems - Iterative Methods
Linear Systems - Iterative Methods
Linear Systems - Iterative Methods
ITERATIVE METHODS
Iterative Methods
Usually
used for solving linear equations with large
number of variables, when the elimination
methods prove to be too tedious.
k=0 0 0 0
can be converted to
to be diagonally dominant.
Successive Over Relaxation (SOR)
Successive over-relaxation (SOR) is a variant of
the Gauss-Seidel method for solving a linear
system of equation, resulting in faster
convergence.
A similar method can be used for any slowly
converging iterative process.
It was devised simultaneously by David M. Young
and by H. Frankel in 1950 for the purpose of
automatically solving linear systems on digital
computers.
Successive Over Relaxation (SOR)
Given
a square system of n linear equations with
unknown x:
where:
Successive Over Relaxation (SOR)
Then A can be decomposed into a diagonal
component D, and strictly lower and upper
triangular components L and U:
2.
From , we get
The previous generalization made could actually be
proven using this equation. Given the condition that
/A/ = 0 and all RD’s are non-zeroes (RD ≠ 0), there is
definitely no value of Xi that would satisfy the equation.
Zero multiplied by any number could not possible yield
a non-zero value. Therefore, when such a case arise, a
conclusion is made that there is no solution.
Special Cases
A. Tests for the Existence of a Solution
Example 1:
Both values are non-zero. The lines are parallel and they will not intersect,
there is no solution.
Special Cases
Example 2:
eqn. 1
eqn. 2
Given:
2X1 + X2 + X3 – 3X4 = 5
-2X1 + X2 - 2X3 + X4 = 2
Identify:
(a) a solution of the above system
(b) a basic feasible solution to the above
system
END OF PRESENTATION