CACS252 Numerical Method

Numerical Method TU Board 2021 question paper

10 questionsSit this paper (timed)

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)

  1. 2.

    Compute the root of equation in the vicinity of using Newton-Raphson method.

    5
  2. 3.

    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

    5
  3. 4.

    Write an algorithm to compute integration using Simpson's 1/3 rule. Evaluate integration of using Simpson's 1/3 rule.

    5
  4. 5.

    What is meant by ill-conditioned system? Find the Cholesky decomposition of the following matrix:

    5
  5. 6.

    Use the classical RK method to estimate of the equation with , assume .

    5
  6. 7.

    Solve the Poisson equation over the square domain with on the boundary and .

    5
  7. 8.

    Write a short note on (Any Two): a) Types of Errors b) Convergent Methods c) PDE

    5

Group C

Attempt any TWO questions(2 × 10 = 20)

  1. 9.

    Write an algorithm and program to compute root of nonlinear equation using bisection method.

    10
  2. 10.

    Given the data points:i012x_i91625f_i345Estimate the function value of at using cubic splines.

    10
  3. 11.

    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.

    10

— The End —