Ticket #4195 (closed enhancement: fixed)
[with patch, positive review] implicit plotting for multivariate polynomial ideals
| Reported by: | malb | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.1.3 |
| Component: | graphics | Keywords: | plotting, ideal, polynomial |
| Cc: | wdj | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
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])
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

