0% found this document useful (0 votes)
18 views4 pages

Numerical and Statistical Computing Exam

1. The document is a 4 page exam for the course MCSE-004 Numerical and Statistical Computing. It contains 5 compulsory questions covering topics like error calculation, root finding using bisection method, solving systems of equations using Jacobi's and Gauss-Seidel methods, interpolation and integration. 2. Question 2 asks to estimate population for the year 1895 using population data from census years between 1891-1931, solve an ODE using the Runge-Kutta method, and evaluate an integral using Gaussian quadrature. 3. Question 5 contains probability problems like finding the probability of getting at least one ball of each color when drawing balls randomly from a box containing different colored balls, and finding the probability of getting

Uploaded by

Smriti Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views4 pages

Numerical and Statistical Computing Exam

1. The document is a 4 page exam for the course MCSE-004 Numerical and Statistical Computing. It contains 5 compulsory questions covering topics like error calculation, root finding using bisection method, solving systems of equations using Jacobi's and Gauss-Seidel methods, interpolation and integration. 2. Question 2 asks to estimate population for the year 1895 using population data from census years between 1891-1931, solve an ODE using the Runge-Kutta method, and evaluate an integral using Gaussian quadrature. 3. Question 5 contains probability problems like finding the probability of getting at least one ball of each color when drawing balls randomly from a box containing different colored balls, and finding the probability of getting

Uploaded by

Smriti Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

No.

of Printed Pages : 4 MCA (Revised) O c\1 O Term-End Examination June, 2011

MCSE-004

MCSE-004 : NUMERICAL AND STATISTICAL COMPUTING Time : 3 hours Maximum Marks : 100

Note : Question No.1 is compulsory. Attempt any three from the rest. Use of calculator is allowed. 1. (a) Define Absolute Error, Relative Error and 3+5 Percentage Error. Show that (a b) a b # , where : c c c a =0.41, b=0.36 and c = 0.70 (b) Find the real root of the equation x3 2x 5=0 using Bisection Method. Upto four iterations only. (c) Solve by Jacobi's method the following system of linear equations. 2x1 x2 + x3 = 1 X 1 + 2X2 - X3 = 6 x1 X2 2X3 - 3 Upto 3 - iterations only MCSE-004 1

P.T.O.

(d)

Write down the polynomial of lowest degree which satisfies the following set of numbers, using the forward difference polynomial. 0 1 2 3 4 5 6 7 f(x ) 0 7 26 63 124 125 342 511
x

(e)

Evaluate 1 1 dx correct to 3 decimal places 1+x 0 by


(i)

Simpson's rule (h =0.125)

Explain the cases where Newton's method fail. Find a real root of the equation f(x) = x3 x 1 =0 Up to four iterations only. (c) Use Gauss - Seidel Method to solve the equation : x+yz=0 x+3y=2 x 2z = 3 Initial solution vector is [0.8 0.8 2.11T. Upto 3 - iterations only. MCSE-004 2

4 8

3.

(a) The population of a town in the decennial census was as given below Estimate the population for the year 1895.
Year : x Population : y (in Thousands) 6 1891 1901 1911 1921 1931 46 66 81 93 101

[2 + sin(2J )dx using 1 simpson's rule with 5 points. Evaluate Explain Euler's Method for solving an ordinary differential equation.

4.

(a) Solve the initial value problem d y = 1 + y2 dx where y = 0 when x=0 using Fourth order classical Runge-Kutta Method. Also find y(0.2), y(0.4) (b) Evaluate the integral I =
2 2xdx

10

1+x

4 using 10

Gauss - Legendre 1 - point, 2 - point and 3 - point quadrature rules. Compare with the exact solution. 5. (a) A box contains 6 red, 4 white and 5 black balls. A person draws 4 balls from the box at random. Find the probability that among the balls drawn there is at least one ball of each color. 3 8

MCSE-004

P.T.O.

(b)

Find the most likely price in Bombay corresponding to the price of Rs. 70 at Calcutta from the following Calcutta Bombay Av. Price 65 67 Standard Deviation 2.5 3.5 Corelation Co - efficient between the prices of commodities in the two cities is 0.8.

(c)

Ten coins are thrown simultaneously. Find the probability of getting at least seven heads.

MCSE-004

You might also like