Which method is guaranteed to converge if the root is bracketed?
A) Newton
B) Secant
C) Bisection
D) Fixed point
C) Bisection
Which method requires a derivative?
A) Secant
B) Newton
C) False position
D) Bisection
B) Newton
Which method is generally the fastest near the root?
A) Bisection
B) False position
C) Newton
D) Fixed point
C) Newton
Which interpolation method avoids oscillations for large datasets?
A) High-degree polynomial
B) Cubic splines
C) Linear regression
D) Taylor series
B) Cubic splines