x² + y² = 4
and the ellipse described by the equation
x²/4 + (y-1)²/ 9
intersect at three locations, as shown in the diagram at right.
Use the fsolve function in Python in combination with a user-defined
function to determine the x- and y-coordinates of all three points of intersection.
Fig: 1