Part (a) and part (b) is pretty easy but for part (c) I don't know how you would start the problem, I tried to look online for examples but all I found are general equations.
Any help would be appreciated.
Edit: The projected gradient descent is defined as \(\displaystyle x_{k+1} = \prod_X (x_k - \tau_k \nabla f(x_k)) \) where \(\displaystyle \prod_X(x)\) is orthogonal projection of \(\displaystyle x\)on \(\displaystyle X\) and \(\displaystyle \tau_k\) is the step size. I have also attempted to run the first iteration but I am stuck to trying to do the projection. I don't know how to do \(\displaystyle \prod_X((1 -1)^T)\)
Last edited: