| 1 | initial version |
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??
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.