Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Analytically, find the optimum solutions and optimum function variable to the following optimization problem. min x,y f(x,y)=(x-2)^2+(y+1)^2 subject to: 2x + 3y - 4 =

image text in transcribed

Analytically, find the optimum solutions and optimum function variable to the following optimization problem. min x,y f(x,y)=(x-2)^2+(y+1)^2 subject to: 2x + 3y - 4 = 0 7. Using Matlab's built in "fmincon" command, study the common wine bottle function: f(x_1,x_2) = c+1/9.32 Where: c = a^2+b^2+3/2 + sin(a^2 + b^2+2) a = 6x_1 - 3 b = 6x_2 - 3 0 x_1,x_2 1 A series of local minimums can be found. a) Plot the function surface to get an idea of where the local minimums should be b) Solve the optimization problem 1,000 times using random initial guesses c) Plot all 1,000 solutions on a graph with axis x_1 and X_2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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_2

Step: 3

blur-text-image_3

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

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions

Question

How can you explain this?

Answered: 1 week ago