In Boyd & Vandenberghe, it is mentioned that the ellipsoid is defined by
\begin{equation} \mathcal{E} = \left\{ x \in \mathbb R^n \mid (x-x_c)^T P^{-1} (x-x_c) \leq 1 \right\} \end{equation}
where $P$ is positive definite. My questions are:
How to transform it to the normed (in)equation?
How to show that it is convex?
Thank you.
The equation 2 you mentioned is $$\{x_c + Au \mid \|u\|_2 \le 1 \}$$
Where $$A^TPA = I$$
Any and only $x$ satisfying the equation will satisfy the original $$(x_c + Au - x_c)^T P (x_c + Au - x_c) \\ = u^TA^T P Au \\ = u^T I u \\ = \|u\|_2$$