#9337: Add toric divisors
----------------------------------+-----------------------------------------
Reporter: vbraun | Owner: AlexGhitza
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6
Component: algebraic geometry | Keywords:
Author: Volker Braun | Upstream: N/A
Reviewer: Andrey Novoseltsev | Merged:
Work_issues: |
----------------------------------+-----------------------------------------
Changes (by vbraun):
* status: needs_info => needs_review
Comment:
I made all changes. Now it works as follows:
{{{
sage: P2 = toric_varieties.P2()
sage: P2.coordinate_ring().inject_variables()
Defining x, y, z
sage: G = P2.divisor_group() # same as divisor_group(divisors='T-Weil')
sage: G(x+y)
...
ValueError: The polynomial x + y must consist of a single monomial.
sage: G(x*y)
Divisor x + y
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9337#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.