ImplicitPlot.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
This plots an ellipse using the Solve method. | In[1]:=
<< Graphics`ImplicitPlot` In[2]:= ip = ImplicitPlot[x^2 + 2 y^2 == 3, {x, -2, 2}]; In[3]:= JavaView[ip] |