Numerical Methods PPT AYUSH MISHRA
Numerical Methods PPT AYUSH MISHRA
NEELAM
ROLL NO- 21/1456 PAHWA MAM
In this method, an approximate value is filled in for each diagonal element. Until it
converges, the process is iterated.
The Jacobi iteration is the simplest of the classical iterative methods and, generally,
the slowest. However, it forms a basis for the understanding of other methods, such as
Gauss-Seidel .
Basic idea of Jacobi Iteration Method
Two assumptions made on Jacobi Method:
1.The system given by
a11x1 +a12x2+… a1nxn
=b 1 a21x1 +a22x2+…
a2nxn =b 2 an1x1 +an2x2+
… annxn =b n
Has a unique solution.
2.The coefficient matrix A has no zeros on its
main diagonal, namely a11, a22 ,ann are nonzeros.
Continue iterations until two successive approximations are identical when rounded to three significant
digits.
4. The Jacobi method first generate inexact result and subsequently refines its result
at each iteration , with the residuals Converging at an exponential rate.
Limitations of Jacobi Iteration Method
•Here are some Limitations of Jacobi Iteration Method