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.
Using the codes from class (or your own implementations in another language) illustrate the behavior of the simplex method on the LP from problem 13.9 in Nocedal and Wright: starting at after converting the problem to standard form.
Use your judgement in reporting the behavior of the method.
Using the codes from class (or your own implementations in another language) illustrate the behavior of the simplex method on the LP. starting at after converting the problem to standard form.
Use your judgement in reporting the behavior of the method.
Using the codes from class (or your own implementations in another language) illustrate the behavior of the simplex method on the LP. starting at after converting the problem to standard form.
Use your judgement in reporting the behavior of the method.
Show that if we have: and , then is always a vertex after converting to standard form.
The goal here is to develop an LP-based solver for a 1-norm regression problem. Consider the problem: where is the th row of . This can be converted into a linear program and solved via the simplex method. Compute the solution for the sports ranking problem