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

MSC 2 Sem Cs It Computer Oriented Numerical Methods F 3078 Nov 2019

This document is an examination paper for the M.Sc. degree in Computer Science and Information Technology, focusing on Computer Oriented Numerical Methods. It includes various sections with questions on numerical methods, including root-finding techniques, interpolation, and numerical differentiation. The exam consists of multiple sections requiring both short answers and detailed problem-solving.

Uploaded by

jenishaa514
Copyright
© © All Rights Reserved
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)
29 views4 pages

MSC 2 Sem Cs It Computer Oriented Numerical Methods F 3078 Nov 2019

This document is an examination paper for the M.Sc. degree in Computer Science and Information Technology, focusing on Computer Oriented Numerical Methods. It includes various sections with questions on numerical methods, including root-finding techniques, interpolation, and numerical differentiation. The exam consists of multiple sections requiring both short answers and detailed problem-solving.

Uploaded by

jenishaa514
Copyright
© © All Rights Reserved
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
You are on page 1/ 4

Wk 4

F–3078 Sub. Code


7MCI2E1

M.Sc. DEGREE EXAMINATION, NOVEMBER 2019

Second Semester

Computer Science and Information Technology

Elective — COMPUTER ORIENTED NUMERICAL


METHODS

(CBCS – 2017 onwards)

Time : 3 Hours Maximum : 75 Marks

Section A (10  2 = 20)


Answer all questions.

1. State the formula to find a root of the equation f ( x )  0


which hits between x  a and x  b of Regula-Falsi
method.

2. State the condition of convergence of Newton-Raphson


method.

3. Distinguish between direct and iterative methods of


solving simultaneous equations.

4. What is the condition for convergence of Gauss-Jacobi


method of iteration?

5. Define: Interpolation.

6. State Gauss’s backward and Gauss’s forward


interpolation formula.
Wk 4
7. How the accuracy can be increased in trapezoidal rule of
evaluating a given definite integral?

8. What do you mean by numerical differentiation?

9. What is a predictor-corrector method of solving a


differential equation?

10. Write the merits of the Taylor method of solution.

Section B (5  5 = 25)

Answer all questions, choosing either (a) or (b).

11. (a) Find the smallest positive root of the equation


3x 3  9x 2  8  0 correct to 2 places of decimals,
using Newton-Raphson method.

Or
(b) Apply Horner’s method to find the cube root of 25.

12. (a) How does the coefficient matrix A in the system


AX  B get transformed in Gauss-Elimination
method.

Or
(b) Solve the equations 10x  y  7 and x  10 y  31 by
Gauss-Seidel’s iteration method.

13. (a) Using Newton’s formula, find the value of f (1.5)


from the following data :
x: 0 1 2 3 4
f(x) : 858.3 869.6 880.9 892.3 903.6

Or
(b) Describe the Lagrange’s interpolation formula.

2 F–3078
Wk 4
14. (a) Explain about the Trapezoidal and Simpson’s rule.

Or
(b) From the following table of values of x and y, find
dy / dx and d2 y / dx 2 for x = 1.25

x : 1.00 1.05 1.10 1.15 1.20 1.25 1.30


y : 1.00 1.02470 1.04881 1.07238 1.09544 1.11803 1.14017

15. (a) Find y(1.1) , given dy / dx  x  y , y(1)  2 by Euler’s


method.

Or
(b) Use Runge-kutta of the fourth order to solve the
equation and to find y(0.2) , y(0.4 ) and y(0.6)
taking h = 0.2 given that dy / dx  1  y * y; y(0)  0 .

Section C (3  10 = 30)

Answer any three questions.

16. Find a real root of the equation x 3  2x  5  0 , correct to


3 places of decimals, using Bisection method.

17. Using Crout’ s method, solve the system of equations


2x  6 y  8z  24
5x  4 y  3 z  2
3x  y  2z  16.

18. Use Gauss’s forward and backward formulas to find


f (3.75) from the following data :
x: 2.5 3.0 3.5 4.0 4.5 5.0
f(x) : 22.145 22.043 20.225 18.644 17.262 16.047

3 F–3078
Wk 4
19. Dividing the range into 10 equal parts, find the

approximate value of  sin x
0
dx by

(a) Trapezoidal
(b) Simpson’s one third rule.

20. Solve numerically, using Milne method :


y  1 /( x  y ) , y(0)  2 . Take the starting values
y(0.2)  2.0933 , y(0.4 )  2.1755 , y(0.6) = 2.2493. Find the
values of y(0.8) and y(1.0).

———————

4 F–3078

You might also like