Assignment 1 Nte Ans
Assignment 1 Nte Ans
Assignment 1 Nte Ans
With Gauss-Seidel Method and Jacobi method solve it. Determine the rate of convergence of the
method and the number of iterations needed to max {|ε k|} ≤ 10-2. Compare the rate of
convergence of both methods.
Perform the number of iterations required to achieve the given accuracy starting with X 0= [221]T
and compare the results with the exact solution [342]T.
Ans: rate of convergence of Jacobi method is 0.4753
rate of convergence of Gauss Seidel method is 0.6561
result obtained after three iterations is quite close to the exact solution [342]T
Q5. Perform four iterations for the following system of equations using SOR method.
You may use w=1.25, the initial approximation is X 0= [0 0 0]T. Compare the result with the exact
solution [221]T .
Ans:
Q6.
(i)
(ii)
(c) (i)
(ii)
Q8.
Ans:
Q10. Solve the given 3-by-3 matrix by triangularisation (LU decomposition) method
Ans: