Array Processing Convexity Problem - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T10:35:49Zhttp://mathoverflow.net/feeds/question/60199http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/60199/array-processing-convexity-problemArray Processing Convexity Problemmikitov2011-03-31T15:48:04Z2011-03-31T15:48:04Z
<p>During my research in array processing I encountered this optimization problem:</p>
<p>\begin{aligned}
& \underset{\mathbf{b}}{\text{maximize}}
& & \sum_{k = 1}^K \frac{\mathbf{b}^H\mathbf{A}_k\mathbf{b}}{\mathbf{b}^H\mathbf{B}_k\mathbf{b}} \
& \text{subject to}
& & ||\mathbf{b}||_2^2 = \alpha,
\end{aligned}</p>
<p>Where $\mathbf{A}_k, \mathbf{B}_k \quad k \in 1,\ldots , K$ are semidefinite positive. When $K = 1$ the solution is the generalized eigenvector associated to the maximum generalized eigenvalue of the matrix pencil $(\mathbf{A}_1, \mathbf{B}_1)$ scaled in order to satisfy the norm constraint.</p>
<p>Problems arise when $K>1$. </p>
<blockquote>
<p>In that case, Is the problem convex? </p>
</blockquote>