How to determine the existence of a solution to a system of homogenous quadratic inequalities and li

dreangannaa

dreangannaa

Answered question

2022-04-21

How to determine the existence of a solution to a system of homogenous quadratic inequalities and linear equalities?
Let M1,,MK be positive definite real symmetric matrices of dimension n. Let R be an m×n matrix with m<n. Assume R has full row rank. Fix dRm. Consider the system of inequalities/equalities for xRn:
xTMkx1,(k=1,K)
Rx=d
Is there an efficient algorithm to determine whether a solution exists?

Answer & Explanation

Trey Harrington

Trey Harrington

Beginner2022-04-22Added 10 answers

This problem can be solved by convex optimization. Define F(x)=|Rxd|2 be the objective function, and let Φ={x:xTMkx1,k=1,K}. Consider the problem
(P)minxF(x):xΦ
The existence of a solution to the original problem above is equivalent to minxF(x)=0. This is minimization of a convex function F over a convex domain Φ. Since also Φ is non-empty (0Φ) we can initialize any convex optimizer at x0=0 and compute the global minimum for F to determine minF=0.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?