Fill This Form To Receive Instant Help
Homework answers / question archive / Section 1 Problem 1: Search the web for a history lesson! Make a table consisting of a list of 15 optimization software or optimization packages
Section 1
Problem 1:
Search the web for a history lesson!
Make a table consisting of a list of 15 optimization software or optimization packages.
The table must contain the name of the software packages, year, the company or individual who invented them, the computer language used to write or run them, and price (if they are not open source).
Do not be afraid to trace the history to go back as far as the 50s.
Literature web search for another history lesson!
Do the Solving simple unconstrained optimization problems with Mathematical Tutorial.
Mathematical Project
MTH474 students can choose any 3 of the 6 problems
Section 2
Such that the distance between A? ?and B is minimum. With Mathematical?, plot both curves, both points ?A and ? ?B, and a line joining the two points on the same graph.?
where ?0 ?≤ ?u ?≤ ?2π ?and ?0 ?≤ ?v ?≤ ?2π ?intersects with the plane x? + y + 2z = 3.? Find the point
(or points) on the curve of intersection that lie closest to the point P with coordinate
(2,3,0)?. Plot the donut, the plane, the curve of intersection, and point(s) closest to P on the curve of intersection on the same plot.
Suppose the parametric equation of the boundary of the stellarator at one cross section is given by
r(θ) = cos? (? θ)3? ?+ sin? (? θ)3? ?, where ?− π/2 ≤? θ? ≤? π? /2,
Use whatever method of your own choice to find the location of two points on the boundary of the bean as shown in the picture. Compute the distance between the two points.
Section 3
Problem 1:
Implement the stopping criteria provided on page 6 in the week 3
Lecture slide in the MATLAB code your code for tolerance values ε=10?random_descentsearch−2 and ε=10−3. . Test?
You are allowed to program in a language other than MATLAB. |
Test your code in Problem 1 for finding a local minimizer for:
You can choose your own functions. For functions with 4 and 5 variables, you do not need to show the plots/animations.
You are allowed to program in a language other than MATLAB.
In the MATLAB code αk at each step.random_descentsearch? , we are using a? fixed step value
Given a direction vector pk, implement a strategy in the code to find the largest αk such that f(xk+1)
You are allowed to program in a language other than MATLAB.
Modify the MATLAB code random_descentsearch? such that the domain of the objective function f(x,y) is restricted on a disk (x−0.5)2+(y−0.5)2≤0.25
Only first 8 problems need to be solved. You are allowed to program in a language other than MATLAB. |