Optimization involving the inverse of an SDP matrix

matrix_frac and use of Scuir Complements can deal with some problems involving inverses. I don;t see how to use either for this problem.

Unless you prove otherwise, I will presume this problem is not convex, and therefore cannot be entered or solved in CVX. Why isn't CVX accepting my model? READ THIS FIRST!

This can be formulated and submitted for solution to a non-convex solver using YALMIP. In order to do so, you will need to introduce a matrix variable for the inverse, and then add a nonlinear equality constraint that the inverse matrix times the matrix equals the identity matrix. No guarantee that the solver will succeed. The better your starting value for the variables, the better chance the solver will succeed.

1 Like