I have a constrained matrix optimization problem as follows \begin{align} \max\limits_{X,Y} \;\; &tr\Big( X^T B X \Lambda \Big) + tr\Big( BY\Big) + tr\Big( X^T C \Lambda \Big) \\ \text{subject to} \;\; &-\frac{1}{2}R^{-1}Q \Lambda X^T = X \Lambda X^T + Y \\ & Y \;\; \text{is symmetric positive-semi-definite} \end{align} where $R$ is symmetric and $\Lambda$ is symmetric and positive-semi-definite. I can plug in the expression for $Y$ into the objective to get a linear objective function. Moreover, the equality constraint can be posed as the following PSD constraint: $-\frac{1}{2}R^{-1}Q\Lambda X^T - X \Lambda X^T \succeq 0$. Using a Schur complement I can reformulate the constraint $-\frac{1}{2}R^{-1}Q\Lambda X^T - X \Lambda X^T \succeq 0$ as the following PSD constraint: \begin{align} \left[ \begin{array}{ll} I & \Lambda^{1/2} X^T \\ X \Lambda^{1/2} & -\frac{1}{2}R^{-1}Q\Lambda X^T \end{array} \right] \succeq 0 \end{align} Does this constraint convert the initial program into an SDP (in addition to imposition of the symmetry of $R^{-1}Q\Lambda X^T$ to ensure symmetry of $Y$)?
2026-03-25 08:05:32.1774425932
Converting a quadratically constrained optimization problem into a standard semidefinite program
299 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
Related Questions in CONVEX-OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- Least Absolute Deviation (LAD) Line Fitting / Regression
- Check if $\phi$ is convex
- Transform LMI problem into different SDP form
- Can a linear matrix inequality constraint transform to second-order cone constraint(s)?
- Optimality conditions - necessary vs sufficient
- Minimization of a convex quadratic form
- Prove that the objective function of K-means is non convex
- How to solve a linear program without any given data?
- Distance between a point $x \in \mathbb R^2$ and $x_1^2+x_2^2 \le 4$
Related Questions in SEMIDEFINITE-PROGRAMMING
- Transform LMI problem into different SDP form
- Can every semidefinite program be solved in polynomial time?
- In semidefinite programming we don't have a full dimensional convex set to use ellipsoid method
- Transforming a nearest matrix optimization problem to a standard form
- Proving that a particular set is full dimensional.
- Finding bounds for a subset of the positive semidefinite cone
- SOCP to SDP — geometry and intuition
- Why is the feasible set of solutions to an SDP a spectrahedron?
- Conversion of convex QCQP to standard form SDP
- Dual of semidefinite program (SDP)
Related Questions in QCQP
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- Find largest possible value of $x^2+y^2$ given that $x^2+y^2=2x-2y+2$
- Minimize $x^T A y$, subject to $ x^Ty\geq 0$, where $A=\Phi^T\Phi$ is symmtric and semi-positive definite.
- Trace maximization with semi-orthogonal constraint
- Maximimization problem with quadratic equality constraint
- How to handle equality constraints in this problem?
- Minimizing quadratic objective subject to a quadratic equality constraint
- What are the maximum and minimum values of $4x + y^2$ subject to $2x^2 + y^2 = 4$?
- Minimizing Quadratic Form with Norm and Positive Orthant Constraints
- Does this optimization problem have a closed form solution?
Related Questions in SCHUR-COMPLEMENT
- Positive-definiteness of the Schur Complement
- Use Schur complement to show that $ 1^TD1 \ge 0$
- Is Schur complement better conditioned than the original matrix?
- Solving saddle-point matrix with projection when Schur's complement doesn't exist
- Positive semidefinite matrix using Schur Complement
- Boyd & Vandenberghe, example 3.4 — question on Schur complements and LMIs
- Searching an analogues for Schur complement
- matrix identity extends to real entries?
- Determinant of block matrix with singular blocks on the diagonal
- Graham's formula for determinant of distance matrix of a tree
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
After inserting the definition of $Y$in the objective and simplifying, the objective simplifies to $tr\Big( X^T C \Lambda - \frac{1}{2}BR^{-1}Q\Lambda ^T X^T \Big)$. The constraint $\frac{1}{2}BR^{-1}Q\Lambda ^T X^T - X\Lambda X^T \succeq 0$ is reformulated using a Schur complement.
Using a tool such as YALMIP (disclaimer, developed by me) and an SDP solver, a model could then be
If $\Lambda$ is singular, you factorize it as $\Lambda = SS^T$ and change the Schur complement accordingly.