BIT203 Numerical Method

Numerical Method: most repeated questions

Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.

  1. 3×Asked in 2083, 2079, 2078
    Solve following system of linear equation by Gauss elimination with partial pivoting. 2x + 3y + z = 9 x + 4y + 5z = 15 3x + y + 2z = 10Answer coming5
    See the wording in each paper
  2. 2×Asked in 2080, 2078
    Use secant method to estimate the root of the equation x^2 5x + 6 = 0 , with initial estimate x 1 = 4 and x 2 = 2 (EPS=0.05).Answer coming5
    See the wording in each paper
  3. 2×Asked in 2080, 2078
    Find the Eigen values and Eigen vectors of the Matrix: A = bmatrix 3 & 1 \\ 1 & 1 bmatrixAnswer coming5
    See the wording in each paper
  4. 2×Asked in 2080, 2078
    Solve the Poisson's equation ^2 f x^2 + ^2 f y^2 = 2x^2y^2 over the square domain 0 x 3 and 0 y 3 with f=0 on the boundary and h = 1 .Answer coming5
    See the wording in each paper
  5. 2×Asked in 2083, 2078
    Write an algorithm and program to compute interpolation using Newton's backward interpolation.Answer coming10
    See the wording in each paper