Neumerical Methods
Neumerical Methods
Neumerical Methods
Candidates are required to answer all the questions in their own words as far as possible.
Group B
Attempt any SIX questions. [6×5=30]
2. Compute the root of equation x2-5x+6=0 in the vicinity of x = 5 using Newton-Raphson method.
3. Estimate the value of In(2.5) using Newton-Gregory forward difference formula given the
following data.
4. Write an algorithm to compute integration using Simpson’s 1/3 rule. Evaluate integration of
2
[2.5+2.5]
5. What is meant b ill-conditioned system? Find the Cholesky decomposition of the following
matrix. [5]
[ ]
4 1 1
1 5 2
1 2 3
dy 2 2
6. Use the classical RK method to estimate y(0.4) of the equation =x + y with (0) = 0 assume h
dx
= 0.2 [5]
7. Solve the Poisson equation ∇ 2 f =2 x 2 y 2 over the square domain 0≤x≤3 and 0≤y≤3 with f = 0 on
the boundary and h = 1. [5]
8. Write a short note on (Any Two): [2.5+2.5]
a) Types of Errors
b) Convergent Methods
c) PDE
Group C
Attempt any TWO questions. [2×10=20]
9. Write an algorithm and program to compute root of nonlinear equation using bisection method.
[4+6]
10. Given then data points:
I 0 1 2
Xi 9 16 25
fi 3 6 2