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.
- 3×Asked in 2083, 2079, 2078Solve 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
- Solve following system of linear equation by Gauss elimination with partial pivoting. 2x + 3y + z = 9 x + 4y + 5z = 15 3x + y + 2z = 10TU Board 2083
- Solve the following system of linear equations using Gaussian elimination method. 2x + 2y + z = 12 3x + 2y + 2z = 8 5x + 10y 8z = 10TU Board 2079
- Solve the following system of linear equation by Gauss Elimination with Pivoting. 2x + 2y + z = 6 4x + 2y + 3z = 4 x y + 1 = 0TU Board 2078
- 2×Asked in 2080, 2078Use 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
- 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).TU Board 2080
- Derive the formula for integration using Simpson's 3/8 rule. Use Secant Method to estimate the root of equation x^2 4x 10 = 0 , with initial estimate x 1 = 4 and x 2 = 2 .TU Board 2078
- 2×Asked in 2080, 2078Find the Eigen values and Eigen vectors of the Matrix: A = bmatrix 3 & 1 \\ 1 & 1 bmatrixAnswer coming5
See the wording in each paper
- 2×Asked in 2080, 2078Solve 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
- 2×Asked in 2083, 2078Write an algorithm and program to compute interpolation using Newton's backward interpolation.Answer coming10
See the wording in each paper