CACS252 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. 5×Asked in 2026, 2025, 2024, 2023, 2020
    Solve the following set of linear equations using Gauss Jordan method: x + y + z = 6 2x + 3y + z = 10 x + 2y + 3z = 13Answer coming5
    See the wording in each paper
  2. 4×Asked in 2025, 2022, 2021, 2020
    Solve the Poisson equation ^2 f = 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
  3. 3×Asked in 2023, 2021
    Write an algorithm and program to compute the root of nonlinear equation using Newton Raphson method.Answer coming10
    See the wording in each paper
  4. 2×Asked in 2025, 2020
    What do you mean by true error? Find a positive root of equation x^2 = 1 , which lies between 0 and 1 using bisection method.Answer coming5
    See the wording in each paper
  5. 2×Asked in 2021, 2020
    Given the data points:i012x i91625f i345Estimate the function value of f at x = 14 using cubic splines.Answer coming10
    See the wording in each paper
  6. 2×Asked in 2023, 2020
    Write an algorithm and program to calculate integration using Trapezoidal rule.Answer coming5
    See the wording in each paper