How can I slove this problem? Disciplined convex programming error: Cannot perform the operation: {real affine} ./ {real affine}

Uncategorized
Apr 17, 2023
Y

My problem is given as follows
捕获

and when I use the CVX,it report the following error
image

Any help is appreciated!

M

Move the denominator to the RHS, because it is nonnegative due to W being hemitian semidefinite. Then it is an affine constraint, which CVX will accept.

Y
Replying to #2

Thanks a lot for dealing with my question!