How to find local minima of multi-parameter function?
With sage, I can use find_local_minimum
to find local minima of a function over one variable.
What's a corresponding function for multi-variable functions?
add a comment