Dear Prof. Löfberg,
I would like to solve a LMI problem while including a norm constraint of the form:
|| x || < y, but I don't know how to write this as a LMI problem ?
Defining ||x|| = x^T * x, I can do something like :
x^T * x - y < 0
and using schur complement end up with something like :
[ -y, x^T;
x, -I] < 0
But I quite don't know how to get rid of the x in this expression ...
Is there any method to write this norm constraint as a LMI problem ?
Thanks in advance !
Matt.