>
plot3d([2*cos(t)*cos(s),3*sin(t)*cos(s),sin(s)], t=0..2*Pi,s=0..2*Pi);
>
x^2/4 + y^2/9 + z^2 = 1