Numerical Methods

10:00

Q1: Which of the following is TRUE about the convergence of the Newton-Raphson method for finding roots of f(x) = 0?

Q2: In Gaussian elimination with partial pivoting, what is the main purpose of pivoting?

Q3: What is the order of convergence of the Secant method?

Q4: In numerical integration, which of the following is TRUE about the Trapezoidal rule?

Q5: What is the condition number of a matrix A in the context of solving linear systems?

Q6: Which of the following is TRUE about the Runge-Kutta methods for solving ODEs?

Q7: In finite difference methods, what is the central difference approximation for f'(x)?

Q8: What is the main advantage of the Gauss-Seidel method over the Jacobi method?

Q9: In polynomial interpolation, what is the degree of the interpolating polynomial for n+1 distinct points?

Q10: What is the error bound for Simpson's rule when approximating ∫_a^b f(x) dx?

Q11: Which of the following methods is used to solve systems of non-linear equations?

Q12: What is the order of convergence of the Bisection method?

Q13: In solving ODEs, what is the characteristic of an explicit method?

Q14: What is the condition for the convergence of the fixed-point iteration x_{n+1} = g(x_n)?

Q15: Which of the following is TRUE about the power method for finding eigenvalues?