Numerical Method 2072

Tribhuwan University
Institute of Science and Technology
2072
Bachelor Level / Third Semester / Science
Computer Science and Information Technology ( CSC-204 )
( Numerical Method )
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.

Attempt all questions:

1. What are the sources of errors? Discuss various types of errors. Find the roots of the equation x2 + 5.6x − 10= 0 by trial and error method up to 4 significant digits. (1+3+4)

8 marks view

2. Describe Newton’s method and its convergence. Find the root of equation f(x) = ex− 4x2 = 0      using Newton method up to 5 decimal places. (4+4)

8 marks view

3. What do you mean by interpolation and approximation? Use Lagrange interpolation to estimate the value of f(0.6) from the following table of values. (2+6)


8 marks view

4. Using Newton’s divided difference interpolating polynomial estimate the value of f(x) at x = 2.25 for the function defined as


8 marks view

5. Write algorithm for Gauss- Seidel method for solving the system of linear equations. Also solve the following system of linear equations using that method. (4+4)

        10x1 + x2 + x3 = 12

        x1 + 10x2 - x3 = 10

        x1 - 2x2 + 10x = 9

8 marks view

6. What do you understand by the partial differential equation? Illustrate it with practical example and derive difference equation. (8)

OR

Find the solution of following differential equations using Taylor series method.



8 marks view

6. What do you understand by the partial differential equation? Illustrate it with practical example and derive difference equation. (8)

OR

Find the solution of following differential equations using Taylor series method.



8 marks view

7. Write an algorithm and program for computer to obtain the solution of differential equation using Runge-Kutta Method. {5+7)

12 marks view