ODS Model Quiz
ODS Model Quiz
Time: 30 minutes
Total Marks: 20
2. True/False: Newton's method requires the Hessian matrix to be positive definite for minimization
problems.
True False
3. Short Answer: Why might Newton's method fail to converge for non-convex functions?
(2 marks)
a. ∇f(x)
b. -∇f(x)
c. ∇²f(x)⁻¹∇f(x)
d. ∇f(x) × ∇²f(x)
5. True/False: The steepest descent method converges linearly for quadratic functions.
True False
6. Calculate the steepest descent direction for f(x,y) = x² + 3y² at (1, -1).
(2 marks)
7. The directional derivative of f(x,y) = xy at (2,3) in the direction u = (1/√2, 1/√2) is:
a. 5/√2
b. 3/√2
c. 2.5
d. 6
8. True/False: The maximum directional derivative of a function equals the magnitude of its gradient.
True False
10. Why are quasi-Newton methods preferred over Newton's method for large-scale problems?
(2 marks)
Section E: Application
(4 marks)