Ask Your Question

Revision history [back]

Note that you can explore by yourself with ? and ??.

Check the documentation:

sage: sage.numerical.optimize.find_local_minimum?
sage: import scipy.optimize
sage: scipy.optimize.fminbound?

Check the source code:

sage: sage.numerical.optimize.find_local_minimum??
sage: scipy.optimize.fminbound??