Optimization (Linear Programming) Using Matlab
Optimization (Linear Programming) Using Matlab
Optimization (Linear Programming) Using Matlab
PROGRAMMING) USING
MATLAB
By
Syahrul Fithry Senin
DEFINITION OF OPTIMIZATION
The process of searching the BEST PERFORMANCE of a requirement
subjected to several constraints
LINEAR PROGRAMMING
NONLINEAR PROGRAMMING
HOW TO SOLVE OPTIMIZATION PROBLEM
Graphical Method
Simplex Method
Quadratic Programming
Genetic Algorithmn
Simulated Annealing
Ant Collonization
Standard Mathematical Expression for Linear
Programming Problem
Minimize f
Subjected to
1 1 , 2 0
2 1 , 2 0
1 , 2 0
Formulate and solve the given problem to find the best combination of
Cement Chap Bunga and Cement Chap Buaya that yields the highest profit.
Use MATLAB and Microsoft Excel solver as the tool to help you.
STEPS ON SOLVING
Determine what is the decision
variables (and its units)?
Maximize f = 25 X + 15 Y
Subjected to
3 + 2 240
2 + 140
0
0
Is it in STANDARD FORM?
Maximize f = 25 X + 15 Y Minimize f
Subjected to Subjected to
3 + 2 240 1 1 , 2 0
2 + 140 2 1 , 2 0
0
0 1 , 2 0
THE NEW FORMULATION
Min G = -25X 15Y
S.t
3 + 2 240
2 + 140
0
0