in my optimization course, we are given the following function:
$f = E^{T} C E - \lambda(E^T E - 1)$,
where $E, C$ are matrices, and $\lambda$ is a real number. In class, the lecturer wrote: $\partial L / \partial E = 0$, and then gets:
$CE + E^T C - 2\lambda E = 0$,
which is then simplified to:
$CE = \lambda E$.
Could someone explain how these last 2 lines are obtained? The partial derivative is with respect to $E$, but, how does one do it with respect to $E^T$?
Thanks! Thomas
I don't know why you have to do the partial derivative in $E^T$ but in case you are interested in it, $\partial/\partial E^T = (\partial/\partial E)^T$.