Tribhuvan University
Bachelor of Information Technology
Semester 3 · TU Board 2079
Course Title: Numerical Method (BIT203)
Full Marks: 60Pass Marks: 24Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable.
Group A
Attempt any Two questions.(2 × 10 = 20)
- 1.10
Define true error and relative error. Derive the bisection method for solving non-linear equation and using this method solve with initial and . Calculate upto iteration.
- 2.10
What are the applications of interpolation? Differentiate between interpolation and regression. Consider the following data points estimate the using Lagrange's interpolation. x56911y13141516
- 3.10
What do you mean by numerical integration? Write any one application of numerical integration. Write an algorithm and c program to implement multi-segment trapezoidal rule.
Group B
Attempt any Eight questions(8 × 5 = 40)
- 4.5
Construct the divided difference table for the following data value and find first and second order derivative at . x124810y0152127
- 5.5
Why it is better to use composite Simpson's rule instead of Simpson's rule? Find the value of integration for following data set using Simpson's rule. x0123456y10.50.20.10.05880.03850.027
- 6.5
What is least squares method of fitting a function? Fit the second order polynomial for the following data values. x1234567y2678101215
- 7.5
Solve the following system of linear equations using Gaussian elimination method.
Answer comingAlso asked in 2083, 2078
- 8.5
Solve the following system of linear equations using Gauss-Seidal method.
- 9.5
Define eigen value and eigen vector. Explain how shooting method is used to solve boundary value problem.
- 10.5
Find the approximate value of when of , given that when with using Heun's method.
- 11.5
Consider a steel plate of size 24cm × 24cm. If two of the opposite sides are held at 100 degree Celsius and the other two opposite sides at 0 degree Celsius, find the steady state temperatures of interior points, assuming a grid size of 8cm × 8cm.
- 12.5
Write an algorithm for Horner's method. Evaluate the polynomial at by using Horner's method.
— The End —