Ticket #13977 (closed defect: fixed)
variety() of full ideals fails, whereas it should just be empty
| Reported by: | Bouillaguet | Owned by: | malb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.7 |
| Component: | commutative algebra | Keywords: | |
| Cc: | malb | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Martin Albrecht |
| Authors: | Charles Bouillaguet | Merged in: | sage-5.7.beta0 |
| Dependencies: | Stopgaps: |
Description
sage: R.<x,y> = QQ[] sage: I = R.ideal(1) sage: I.variety() Traceback (most recent call last): ... ValueError: The dimension of the ideal is -1, but it should be 0
While it's a matter of conventions whether ideals can have negative dimensions... the variety of QQ[x,y] should just be empty.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

