Exercise RootFinding and Optimization
- Implement the Modified Newton's method and the downhill simplex
method.
- Solve the system of two equations (1-x)=0, 10(x-y²)=0.
- Find the minimum of a paraboloid f(x,y)=10(x-1)²+20(y-2)².
- Make some other interesting examples.