Attempt any Eight questions.
[8*5=40]
4.
Differentiate between round-off error and truncation error. Explain how they affect numerical computations, with the help of an example. [2+3]
5.
Derive the formula for two points forward difference. Derive the formula for two points backward difference. [2.5+2.5]
6.
Fit the exponential curve y=aebx for (1,15), (2,22), (3,33), (4,48), (5,70) using least square method. [5] 7.
Solve the following system of linear equation using Cholesky decomposition method: 4x+6y−8z=−8, 6x+13y−11z=−1, −8x−11y+29z=57. [5] 8.
Find the first and second derivative at x=2.5 of the following data points. xf(x)1.52.37524.52.57.6253123.517.875423 [5] 9.
Integrate ∫03(2x3+1)dx using Simpson’s 31 rule with n=6. [5] 10.
Solve dxdy=x2+y, with y(0)=1 for x=1.5, using RK fourth order method. [5] 11.
Explain boundary value problem with example. Describe how higher order differential equation can be solved. [2+3]
12.
Define eigenvalue and eigenvector. Distinguish between regression and interpolation. [2.5+2.5]