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.
- 5×Asked in 2026, 2025, 2024, 2023, 2020Solve 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
- Solve the following set of linear equations using Gauss Jordan method: x + y + z = 6 2x + 3y + z = 10 x + 2y + 3z = 13TU Board 2026
- Solve the following system of equations by Gauss elimination method. 2x + y + 4z = 12 8x 3y + 2z = 23 4x + 11y z = 33TU Board 2025
- Solve the following equations by using Gauss Jordan method. 2x+3y+4z=5 3x+4y+5z=6 4x+5y+6z=7TU Board 2024
- What is the form of resultant matrix using Gauss Jordan method? Solve the following system of equations using Gauss Jordan Method. x + 2y 3z = 4 2x + 4y 6z = 8 x 2y 5z = 4TU Board 2023
- Solve the following set of equations using Gauss Jordan Method. 3x 5y+2z=15 4xy+z=2 x 3y+7z=22TU Board 2020
- 4×Asked in 2025, 2022, 2021, 2020Solve 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
- 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 .TU Board 2025
- Solve the Poisson equation ^2 f = 2x^2 y^2 over the square domain 0 x 3 and 0 y 3 with f = 0 on the boundary and h = 1.TU Board 2022
- Solve the Poisson equation ^2 f = 2x^2 y^2 over the square domain 0 x 3 and 0 y 3 with f = 0 on the boundary and h = 1 .TU Board 2021
- Solve the Poisson equation ^2 f = 2x^2 y^2 over the square domain 0 x 3 and 0 y 3 with f = 0 on the boundary and h = 1 .TU Board 2020
- 3×Asked in 2023, 2021Write an algorithm and program to compute the root of nonlinear equation using Newton Raphson method.Answer coming10
See the wording in each paper
- Write an algorithm and program to compute the root of nonlinear equation using Newton Raphson method.TU Board 2023
- Compute the root of equation x^2 5x + 6 = 0 in the vicinity of x = 5 using Newton Raphson method.TU Board 2021
- Write an algorithm and program to compute root of nonlinear equation using bisection method.TU Board 2021
- 2×Asked in 2025, 2020What 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
- 2×Asked in 2021, 2020Given 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
- 2×Asked in 2023, 2020Write an algorithm and program to calculate integration using Trapezoidal rule.Answer coming5
See the wording in each paper