Tribhuvan University
Bachelor of Computer Application
Semester 4 · TU Board 2021
Course Title: Numerical Method (CACS252)
Full Marks: 60Pass Marks: 24Time: 3 hours
Candidates are required to answer the question in their own words as far as possible.
Group B
Attempt any SIX question.(6 × 5 = 30)
- 2.5
Compute the root of equation in the vicinity of using Newton-Raphson method.
Answer comingAlso asked in 2023, 2021
- 3.5
Estimate the value of using Newton-Gregory forward difference formula given the following data:X1.02.03.04.0Ln(x)0.00.69311.09861.3863
- 4.5
Write an algorithm to compute integration using Simpson's 1/3 rule. Evaluate integration of using Simpson's 1/3 rule.
- 5.5
What is meant by ill-conditioned system? Find the Cholesky decomposition of the following matrix:
- 6.5
Use the classical RK method to estimate of the equation with , assume .
- 7.5
Solve the Poisson equation over the square domain with on the boundary and .
Answer comingAlso asked in 2025, 2022, 2020
- 8.5
Write a short note on (Any Two): a) Types of Errors b) Convergent Methods c) PDE
Group C
Attempt any TWO questions(2 × 10 = 20)
- 9.10
Write an algorithm and program to compute root of nonlinear equation using bisection method.
Answer comingAlso asked in 2023, 2021
- 10.10
Given the data points:i012x_i91625f_i345Estimate the function value of at using cubic splines.
Answer comingAlso asked in 2020
- 11.10
a) Solve the following system of equations using Gauss-Seidel method: 2x - 7y - 10z = -17 5x + y + 3z = 14 x + 10y + 9z = 7 b) Write an expansion of Taylor's Theorem. Solve the equation: for using Taylor method.
— The End —