OptiLab
Optimization Workbench Β· Python + Excel
Booting Python…

πŸ”¬ The Bench

A free scratchpad with numpy, scipy and matplotlib already imported. Everything you learn in the modules can be tried here. Press Ctrl+Enter to run.

Preloaded helpers

  • np, sp, opt (= scipy.optimize), plt
  • rosen(x) β€” the classic Rosenbrock banana function
  • trace(f, path) β€” contour plot of f with an iterate path drawn on top
  • table(rows, headers) β€” quick aligned text table

Try one of these