This arises as a part of my work. \begin{align} \min_{x^{H}x=1}~&x^{H}A_1x \\ subject~to~&x^{H}A_2x=0 \end{align} $A_1$ and $A_2$ are $N\times N$ hermitian matrices and $x$ is a unit norm complex vector to be found. Any recommendations on a iterative algorithm to solve this is also fine.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
|
Write $x=u+iv$ and $A_j=H_j+iK_j$ ($H_j$ is real symmetric and $K_j$ is skew-symmetric), then your minimisation problem can be rewritten as a (perhaps nonconvex) QCQP: \begin{align} \textrm{minimize} & (u^T,v^T)\begin{pmatrix}H_1&-K_1\\ K_1&H_1\end{pmatrix}\begin{pmatrix}u\\ v\end{pmatrix}\\ \textrm{subject to} & (u^T,v^T)\begin{pmatrix}H_2&-K_2\\ K_2&H_2\end{pmatrix}\begin{pmatrix}u\\ v\end{pmatrix}=0,\\ &\|(u^T,v^T)\|^2=1. \end{align} As I know very little optimisation theory, I am not sure how easy it is to solve the above problem. |
|||||||
|
|
After posting the same question in MO, I got an answer, and I am providing the link here. http://mathoverflow.net/questions/114147/a-certain-type-of-quadratic-problem |
|||
|
|