User talk:Karthikraoa
From Wikimization
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | The following is a problem very similar to the problem "Convex Iteration rank-1" in Jon Dattoro's book CONVEX OPTIMIZATION & EUCLIDEAN DISTANCE GEOMETRY | + | The following is a problem very similar to the problem "Convex Iteration rank-1" in Jon Dattoro's book CONVEX OPTIMIZATION & EUCLIDEAN DISTANCE GEOMETRY: |
| - | + | <math>\mathbb{S}^n</math> is the space of <math>n\times n</math> symmetric matrices. | |
| + | |||
| + | <math>\,g</math> is a vector. | ||
| + | |||
| + | <math>\,\delta(g)</math> is a diagonal matrix whose main diagonal is <math>g</math> | ||
<br> | <br> | ||
| - | <math>\begin{array}{rl}\mbox{find}&X\in | + | <math>\begin{array}{rl}\mbox{find}&X\in\mathbb{S}^n\\ |
\mbox{subject to} | \mbox{subject to} | ||
| - | & A\,\mbox{svec}X = b\\ | + | &A\,\mbox{svec}X = b\\ |
| - | & | + | &\delta(g)Xc = d\\ |
&X\succeq 0\\ | &X\succeq 0\\ | ||
&\mbox{rank}X\le r | &\mbox{rank}X\le r | ||
\end{array}</math> | \end{array}</math> | ||
Revision as of 18:22, 1 December 2009
The following is a problem very similar to the problem "Convex Iteration rank-1" in Jon Dattoro's book CONVEX OPTIMIZATION & EUCLIDEAN DISTANCE GEOMETRY:
is the space of
symmetric matrices.
is a vector.
is a diagonal matrix whose main diagonal is