I have a convex optimization problem that is essentially a linear objective function over some linear constraints and also a semidefinite matrix in the following form: $ M= \left[ {\begin{array}{cc} a & \sqrt{u} \\ \sqrt{u} & b \\ \end{array} } \right] \succeq 0$ Is this problem an instance of a semidefinite programming problem?
Tell me more
×
Computational Science Stack Exchange is a question and answer site for
scientists using computers to solve scientific problems. It's 100% free, no registration required.
|
Your question isn't clearly stated. It's perfectly possible to have $M$ being a 2 by 2 symmetric and positive semidefinite matrix: $M=\left[ \begin{array}{cc} M_{1,1} & M_{1,2} \\ M_{2,1} & M_{2,2} \end{array} \right] $ $M \succeq 0$. Presumably you want to write other constraints into your problem that involve the elements of this $M$. The question is what kinds of constraints do you want to put on the elements of $M$. For example, if all that you mean by putting $\sqrt{u}$ in the off diagonal elements is that these elements must be nonnegative, that's easy to do. |
|||||||||||
|