I need to find some "nice" parametrization of intersection of sphere $x^2 + y^2 + z^2 = 1$ and a plane $Ax + By + Cz = 0$. I know that the curve we get is an ellipse, but have no idea how to parametrize it
My attempt: Well if we assume $C \not = 0$, then we can see that $z = -\left(\frac{A}{C}x + \frac{B}{C}y \right)$, by pluging that in the first equation, we get $$\left(1+ \frac{A^2}{C^2}\right)x^2 + \left(1+ \frac{B^2}{C^2}\right)y^2 + \frac{2AB}{C^2}xy = 1$$ Which i know is an ellipse, but not sure how to parametrize it.