Please answer the following questions in complete sentences in a clearly prepared manuscript and submit the solution by the due date on Gradescope.
Remember that this is a graduate class. There may be elements of the problem statements that require you to fill in appropriate assumptions. You are also responsible for determining what evidence to include. An answer alone is rarely sufficient, but neither is an overly verbose description required. Use your judgement to focus your discussion on the most interesting pieces. The answer to "should I include 'something' in my solution?" will almost always be: Yes, if you think it helps support your answer.
Please identify anyone, whether or not they are in the class, with whom you discussed your homework. This problem is worth 1 point, but on a multiplicative scale.
Make sure you have included your source-code and prepared your solution according to the most recent Piazza note on homework submissions.
The basis of a class of methods known as interior point methods is that we can handle non-negativity constraints such as by solving a sequence of unconstrained problems where we add the function to the objective. Thus, we convert into
Explain why this idea could work. (Hint: there's a very useful picture you should probably show here!)
Write a matrix expression for the gradient and Hessian of in terms of the gradient vector and the Hessian matrix of .
(Open ended) Explain if there is anything special about that makes it especially useful here. For instance, are there other functions that could work and give you the same effect? Would be superior?
Draw a picture of the feasible region for the constraints:
Let .
Write down the necessary conditions for the problem:
Write down the sufficient conditions for the same problem.
Consider the two-dimensional case with Determine the solution to this problem by any means you can, and justify your work.
Produce a Julia or hand illustration of the solution showing the function contours, and gradient. What are the active constraints at the solution? What is the value of in ?
What changes when we set ?
Show that
can be reformulated as a constrained optimization problem with a continuously differentiable objective function and both linear equality and inequality constraints.