Find the relative error if the number X 0.004997is
[3 marks]truncated to three decimal places. (ii) rounded off to three decimal places.
[ marks]Find the negative root of x3 7x30by the bisection method correct up to three decimal places.
[4 marks]Using Gauss Jacobi method solve the following system of the equations: 8x y2z 13 x10y3z 17 3x2y12z 25
[7 marks]2 x Using trapezoidal rule to evaluate dx, dividing the 2x20 interval into four equal parts.
[3 marks]By using Lagrange’s interpolation formula, find y(10). x 5 6 9 11 y 12 13 14 16
[4 marks]Using the Runge-Kutta method of fourth order, solve dy 10 x2 y2,y(0)1at x0.1,x0.2 taking h0.1 dx
[7 marks]Using Euler’s method find the approximate value of y at x1.5 dy yx taking h0.1. Given that and y(1)2. dx xy
[7 marks]Using Newton Raphson method find the positive root of x4 x100correct up to three decimal places.
[3 marks]Fit a least square quadratic curve to the following data: x 1 2 3 y 1.7 1.8 2.3 3.2 Estimate y(2.4).
[4 marks]Find the regression coefficients b and b hence, find the yx yx correlation coefficient between x and y for the following data x 4 2 3 4 y 2 3 2 4 41
[2 marks]0.6 Using Simpson’s 1/3 rule, find ex2dx, by taking n = 6.0
[3 marks]Using Newton’s divided difference formula, compute f(10.5) from the following data: x 10 11 13 17 f(x) 2.3026 2.3979 2.5649 2.8332
[4 marks]Solve x4 8x339x2 62x50by using Lin Bairstow method up to third iteration starting with p q 0.00
[7 marks]Find a real root of the equation xlog x1.2 by the regula falsi method.
[3 marks]The first four moments of distribution about x2are 1, 2.5, 5.5 and 16. Calculate the four moments about x and about zero.
[4 marks]dy Given that 2 y2 x2y2,y(0)1, y(0.1)1.06, dx y(0.2)1.12, y(0.3)1.21evaluate y(0.4)by Milne’s predictor- corrector method.
[7 marks]Find the arithmetic mean form the following data: Marks less 10 20 30 40 50 60 than No. of 10 30 60 110 150 180 students
[3 marks](i) Obtain relation between and E. (ii) Obtain relation between Dand E.
[4 marks]Obtain cubic spline for every subinterval from the following data x 0 1 2 f(x) 1 2 33 244
[3 marks]Two unbiased coins are tossed. Find expected value of number of heads.
[3 marks]1 sinx 1 By Simpson’s 3/8 rule, evaluate dxtaking h . x 60
[4 marks]From the following table, estimate the number of students who obtained marks between 40 and 45. Marks 30-40 40-50 50-60 60-70 70-80 No. of 31 42 51 35 31 students
[7 marks]Using Budan’s theorem find the number of roots of the equation f(x)x4 4x33x210x80in the interval 1,0.
[3 marks]Find the positive solution of x2sinx0,correct up to three decimal places starting from x 2 and x 1.9. Using secant01 method.
[4 marks]Using Gauss Siedel method solve the following system of the equations: 3x0.1y0.2z 7.85 0.1x7y0.3z 19.3 0.3x0.2y10z 71.4
[7 marks]