Numerical Method 2078

Question Paper Details
Tribhuwan University
Institute of Science and Technology
2078
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.

Section A

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

Official Answer
AI Generated Answer

AI is thinking...

1. How can Horner's rule be used to evaluate the f(x) and f(x) of a polynomial at given point? Explain. Write an algorithm and program to calculate a real root of a polynomial using Horner's rule.

10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

2. What is matrix factorization? How can it be used to solve system of linear equations? Factorize the given matrix A and solve the system of equations Ax=b for given b using L and U matrices.

     and 

10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

3. What is higher order differential equation? How can you solve the higher order differential equation? Explain. Solve the following differential equation for , taking h=0.25.

     with y(1) = 1 and y'(1) = 2

10 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

Section B

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

Official Answer
AI Generated Answer

AI is thinking...

4. How the half-interval method can estimate a root of non-linear equation? Find a real root of following equation using half-interval method correct up to two decimal places.

                x2 - e-x - x = 1

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

5. Calculate a real root of the given equation using fixed point iteration correct up to 3 significant figures.

        2x3 - 2x = 5

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

6. What is Newton's interpolation? Obtain the divided difference table from the following data set and estimate the f(x) at x=2 and x=5.

    

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

7. What is linear regression? Fit the linear function to the following data.


5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

8. What are the problems with polynomial interpolation for large number of data set? How such problems are addressed? Explain with example.

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 linear equations using Gauss Jordan method.

            x2 + 2x3 + 3x4 = 9

            7x1 + 6x2 + 5x3 + 4x4 = 33

            8x1 + 9x2 + x4 = 27

            2x1 + 5x2 + 4x3 + 3x4 = 23

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

11. Solve the following differential equation for , taking h = 0.25 using Heun's method.

        y'(x) + x2y = 3x, with y(1) = 1

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...

12. Consider a metallic plate of size 90 cm by 90 cm. The two adjacent sides of the plate are maintained at temperature of 1000C and remaining two adjacent sides are held at 2000C. Calculate the steady state temperature at interior points assuming a grid size of 30 cm by 30 cm.

5 marks
Details
Official Answer
AI Generated Answer

AI is thinking...