CSC212 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. 4×Asked in 2081, 2079, 2078, 2075
    Solve the following system of linear equations using Gauss Jordan elimination method. x+2y 3z=4 2x+4y 6z=8 x 2y+5z=4Answer coming5
    See the wording in each paper
  2. 4×Asked in 2080, 2079, 2075, Model question
    Solve the Poisson's equation ∇²f = xy and f=2 on boundary by assuming square domain 0 ≤ x ≤ 3 and 0 ≤ y ≤ 3 and h=1.Answer coming5
    See the wording in each paper
  3. 3×Asked in 2079, 2075, Model question
    Estimate the integral value of following function from x =1.2 to 2.4 using Simpson's 1/3 rule. x 1.0 1.2 1.4 1.6 1.8 2.0 2.2 2.4 2.6 f(x) 1.53 2.25 3.18 4.32 5.67 7.23 8.98 10.94 13.08Answer coming5
    See the wording in each paper
  4. 3×Asked in 2080, 2077, Model question
    Construct Newton's backward difference table for given data points and approximate the value of f(x) at x=45. x 10 20 30 40 50 f(x) 0.985 0.934 0.866 0.766 0.643Answer coming5
    See the wording in each paper
  5. 3×Asked in 2080, 2077, Model question
    How secant methods differs from Newton Rhapson method? Derive the formula for Secant Method. Solve the equation Cosx + 2Sinx – x² = 0 using Secant method. Assume error precision as 0.01. Discuss the drawbacks of the Newton Rhapson method.Answer coming10
    See the wording in each paper
  6. 3×Asked in 2078, 2075, Model question
    Evaluate the following integration using Romberg integration. 0^1 sin^2 xx dxAnswer coming5
    See the wording in each paper
  7. 3×Asked in 2080, 2077, Model question
    Fit the quadratic curve through the following data points and estimate the value of f(x) at x=2. x 1 3 4 5 6 y 2 7 8 7 5Answer coming5
    See the wording in each paper
  8. 3×Asked in 2077, 2075, Model question
    How boundary value problems differs from initial value problems? Discuss shooting method for solving boundary value problem.Answer coming5
    See the wording in each paper
  9. 3×Asked in 2080, 2077, Model question
    How Gauss Jordan method differs from Gauss Elimination method? Solve the following system of equations using Gauss Jordan method. How can we use Gauss Jordan method to find the inverse of a matrix? Discuss. 2x – y + 4z = 15 2x + 3y – 2z = 4 3x + 2y – 4z = 4Answer coming10
    See the wording in each paper
  10. 3×Asked in 2080, 2079, Model question
    Write down the program for solving ordinary differential equation using Heun's method.Answer coming5
    See the wording in each paper
  11. 2×Asked in 2077, Model question
    A plate of dimension 18cm x 18cm is subjected to temperatures as follows: left side at 100^0c , right side at 200^0c . Upper part at 50^0c , and lower at 150^0c . If square grid length of 6cm x 6cm is assumed, what will be the temperature at the interior…Answer coming5
    See the wording in each paper
  12. 2×Asked in 2077, Model question
    How interpolation differs from regression? Write down algorithm and program for Lagrange interpolation.Answer coming10
    See the wording in each paper
  13. 2×Asked in 2077, Model question
    How Simpson's 1/3 rule differs from Trapezoidal rule? Drive the formula for Simson's 1/3 rule.Answer coming5
    See the wording in each paper
  14. 2×Asked in 2079, 2078
    Solve the following differential equation for 0 ≤ x ≤ 1 taking h=0.5 using Runge Kutta 4th order method. y'(x) + y = 3x with y(0)=2Answer coming5
    See the wording in each paper
  15. 2×Asked in 2078, 2075
    Write matrix factorization? How can be used to solve a system of linear equations? Factorize the given matrix A and solve the system of equations Ax = b for given b using L and U matrices. A = bmatrix1 & 2 & 3\\ 2 & 8 & 11\\ 3 & 22 & 36 bmatrix and b =…Answer coming10
    See the wording in each paper