/OptiMatlab

Matlab Optimisation TD

Primary LanguageMATLAB

OptiMatlab

Mathlab exercices that corresponding to the optimisation module.

  • Part 1

Matlab script whith differents functions that solve a linear programming problem using simplex method and two-phase simplex method.

  • Part 2

Matlab routine to solve problems using the Golden section, the Newton's method and the Secant method.

  • Part 3

Matlab routine to solve problems using the gradient method and steepest descent with Newton's method.

  • Part 4

Plot functions with 2 variables.