Exercise RootFinding and Optimization

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