If a non-axis-aligned ellipsoid is defined by $$\tag{1} \bf x^T A x=1$$ where $\bf x$ $=[x, y, z]^T$, $\bf A$ $=\begin{bmatrix}a_{xx}&a_{xy}&a_{xz}\\a_{yx}&a_{yy}&a_{yz}\\a_{zx}&a_{zy}&a_{zz} \end{bmatrix}$, and $a_{ij}=a_{ji}$,
then Eqn(1) is the following when expanded: $$\tag{2} a_{xx}x^2+a_{yy}y^2+a_{zz}z^2+2a_{xy}xy+2a_{xz}xz+2a_{yz}yz=1$$
at $z=0$ the coordinates of the ellipsoid is: $$\tag{3} a_{xx}x^2+a_{yy}y^2+2a_{xy}xy=1$$
which I think is also an equation of an ellipse since its the intersection of the ellipsoid and the x-y-plane.
Equation 3 is in implicit form. How can its parametric equations be found?