I have been reading about Newton's method and know that you can use it for optimization problems. However, does Newton's method only guarantee convergence to a local minimum or maximum, or can it be used to guarantee convergence to a global minimum or maximum?
2026-03-31 01:21:21.1774920081
Newton's method for optimization
141 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It only guarantees convergence to a local minimum or maximum. But if the function is convex, then local minimum is the global minimum.