Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) To be able to solve an optimization problem using one of the Matlab built-in functions you need

 

(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) To be able to solve an optimization problem using one of the Matlab built-in functions you need to perform the following steps:

1. Identify the design variables, cost function, constraints and bounds.

2. Decide the category of the optimization problem (linear programming problem, quadratic programming problem, or nonlinear programming problem).

3. Decide the Matlab command that is required to solve this optimization problem.

4. Make sure that the cost and the constraints are in the required forms. If not, reformat the cost and/or constraints.

5. Decide the inputs of the Matlab built-in function.

6. After all of these steps write the Matlab function that solves the optimization problem. Perform all of these steps for the following three optimization problems. (You can give your explanations as a command in your Matlab functions.)

Question 1 (Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) To be able to solve an optimization problem using one of the Matlab built-in functions you need to perform the following steps: 1. Identify the design variables, cost function, constraints and bounds. 2. Decide the category of the optimization problem (linear programming problem, quadratic programming problem, or nonlinear programming problem). 3. Decide the Matlab command that is required to solve this optimization problem. 4. Make sure that the cost and the constraints are in the required forms. If not, reformat the cost and/or constraints. 5. Decide the inputs of the Matlab built-in function. 6. After all of these steps write the Matlab function that solves the optimization problem. Perform all of these steps for the following three optimization problems. (You can give your expla- nations as a command in your Matlab functions.) Problem 1 Design Variables: 1, 2 Cost Function: 8.46x122 Constraints: Problem 2 Problem 3 Design Variables: 21, 22 . Cost Function: 0.2165062 x 107 +0.86660 x 102-10001 - 500m2 Constraints: None Design Variables: 1, 2 Cost Function: 12000 212 3.6 xx 9 -1 0 xx * 1,2 20 Constraints: 2 + x - 400 = 0 -10

Step by Step Solution

3.51 Rating (168 Votes )

There are 3 Steps involved in it

Step: 1

For example a linear programming problem 12x1 7x2 max Subject to 2x1 x2 10 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elementary Statistics

Authors: Robert R. Johnson, Patricia J. Kuby

11th Edition

978-053873350, 9781133169321, 538733500, 1133169325, 978-0538733502

More Books

Students also viewed these Algorithms questions

Question

What are the primary issues in accounting for current liabilities?

Answered: 1 week ago

Question

=+a) What time series components do you observe in this series?

Answered: 1 week ago