Compute the intersection of a line and an ellipse centered at (0,0). Ellipse equation is b²x² + a²y² = a²b²
where b is the minor axis and a is the major axis.
I am having trouble finding A, B, and C- somewhere down the line, I know the Quadratic Eq. is used to find x. I also know AX² + BX +...