Numerical Method 2075(New Course)

Question Paper Details
Tribhuwan University
Institute of Science and Technology
2075(New Course)
Bachelor Level / Third Semester / Science
Computer Science and Information Technology ( CSC207 )
( 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.

Group A

Official Answer
AI Generated Answer

AI is thinking...

Attempt any Two questions: (10 x 2 = 20)

Official Answer
AI Generated Answer

AI is thinking...

1. What is non-linear equation? Derive the required expression to calculate the root of non-linear equation using secant method. Using this expression find a root of following equation.

X2 + cos(x) - e -x -  2 = 0

10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

2. What is matrix factorization? Factorize the given matrix A into LU using Dolittle algorithm and also solve Ax = b for given b using L and U matrices.


10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

3. What is initial value problem and boundary value problem? Write an algorithm and program to solve the boundary value problem using shooting method.

10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

Group B

Official Answer
AI Generated Answer

AI is thinking...

Attempt any Eight questions:(5 x 8 = 40)

Official Answer
AI Generated Answer

AI is thinking...

4. Calculate a real negative root of following equation using Newton's method for polynomial.

x4 + 2x3 + 3x2 + 4x = 5

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

5. What is least squares approximation of fitting a function? How does it differ with polynomial interpolation? Explain with suitable example.

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

6. Find the lowest degree polynomial, which passes through the following points:


Using this polynomial estimate f(x) at x = 0

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

7. Fit function of type y = a + bx for the following points using least square method.


5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

8. Calculate the integral value of the function given below from x = 1.8 to x = 3.4 using Simpson's 1/3 rule.


5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

9. Evaluate the following integration using Romberg integration.


5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

10. Solve the following set of equations using Gauss Seidel method.

        x + 2y + 3z = 4

        6x - 4y + 5z = 10

        5x + 2y + 2z = 25

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

11. From the following differential equation estimate y(1) using RK 4th order method.


5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

12. Solve the Poison's equation over the square domain 0 ≤ x ≤ 1.5, 0 ≤ y ≤ 1.5 with f = 0 on the boundary and h = 0.5.

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...