You are on page 1of 3

1 If the number x*=0.678 approximates the number x=0.6775 correct upto n significant decimal digites,then calculate the values of n.

2 Evaluate Relative error of the function f=xy2z3, if x=37.1, y=9.87, z=6.052, and x=0.3, y=0.11, z=0.016. 3 Construct a backward difference table for the following data X 5 10 15 20 25 30 Y 23 103 233 413 643 923

4 Integrate 1/1+x2 dx by Simpsons`s 3/8 rule using following data x0123 Y(x) 1 1/2 1/5 1/10 5 Find the root of hte equation tan x=x near x=4.5.correct upto 4 decimal places 6 Use LU method to solve the following set of equations (marks:8) 2x+y+z=4 X+2y+z=4 X+y+2z=4. 7 Use Gauss seidel iteration method to solve following set of euation .Perform 3 iteration (marks:6) x+y+54z=110 27x+6y-z=85 6x+15y+2z=72 8 Given the following data estimate(1.5) (marks:7) x123456 f(x) 1 8 27 64 125 216 9 For the following equation x4- x - 10 = 0 determine initial approximation for finding the smallest positive root.Use these to find the roots crrect to three decimal places with the following methods: (i) Regula Falsi Method [5 marks] (ii) Newton Rapshon Method 10 Find cubic polynomial whic takes the following values: y(0)= 1 ,y(1)= 0 ,y(2)= 1 ,y(3)= 10. Find y(4) using Newton's Difference Interpolation formula. 11 Find a real root of the equation x3+ x2 - 1 = 0 on interval [0,1] with an accuracy of 10-4using iteration method.

12 Solve the system of following equations using Gauss Elimination method: 4x1 + x2 + x3 = 4 x1 + 4x2 - 2x3 = 4 3x1 + 2x2 - 4x3 = 6 13 By using Simpson 1/rd3 rule, evaluate 01dx/1+x2. Divide the interval into six equal parts. 14 Solve by Guass-Seidal Method upto third itration: 8x - 3y + 2z =20 4x + 11y - z =33 6x + 3y + 12y = 35 15 Find 17 f(x) dx using Trapezoidal Rule for the following: xY 1 2.105 2 2.808 3 3.614 4 4.604 5 5.857 6 7.451 7 9.467

16 Given dy/dx = x+y with y(0.4) = 0.41. Find y(0.6) with h = 0.2 using RKM of fourth order. 17 Find a root of the equation x3 - 2x - 5 = 0 using Bisection method in three iterations Given the value as : x: 5 7 11 13 17

f(x) : 150 392 1452 2366 5202 Evaluate f(9), using (i) Lagrange's formula (ii) Newton's divided difference formula. 18 Given 13 = 1, 23 = 8 and 43 = 64. Using numerical differentiation, compute the value of 32 from these data 19 Derive the Gauss - Seidel method in matrix form for the solution of the system of equations. Ax = b. Hence, derive the matrix formulation of the Gauss - Seidel method for the following system of equations (no iterations are to be performed):

-4 1 1 x1

-2

1 -4 -1 x2 = -4 1 1 -4 x3 -2

20 Find the second order polynomial for the following data using Lagrange's interpolation method. X 012

f(x) 1 3 55

21 Perform three iterations to find the root of the equation x2 - 25 = 0 using method of false position, with initial value 2 and 7.

You might also like