#4195: [with patch, needs review] implicit plotting for multivariate polynomial
ideals
-------------------------+--------------------------------------------------
Reporter: malb | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.1.3
Component: graphics | Keywords: plotting, ideal, polynomial
-------------------------+--------------------------------------------------
This now works without having surf installed:
{{{
sage: R.<x,y> = PolynomialRing(QQ,2)
sage: I = R.ideal([y^3 - x^2])
sage: I.plot()
sage: I = R.ideal([y^2 - x^2 - 1])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4195>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---