A common task in engineering is finding the minimum of a function. In this example, we show how to find a minimum graphically, how to approximate it, and how to find it with scipy.optimize.minimize.
See the notes here: https://github.com/jkitchin/pycse/blob/master/pycse-channel/minimize.org
pycseoptimizationPython,
0 Comments