I was asked to analytically find the constrained minimum of a function using the following algorithm:
- Find stationary points in the interior of the region.
- Find stationary points on the boundary and the corners.
- Investigate the points to find the minima.
However my answer was marked incorrect as I forgot to check the corners. Is it really necessary to check the corners?