#15224: Iterate over the points of a toric variety
-------------------------------------------------+-------------------------
Reporter: vbraun | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.12
Component: algebraic geometry | Resolution:
Keywords: sd53 | Merged in:
Authors: Volker Braun | Reviewers:
Report Upstream: N/A | Work issues:
Branch: u/vbraun/toric_variety_points | Commit:
Dependencies: | Stopgaps:
-------------------------------------------------+-------------------------
Changes (by {'newvalue': u'Volker Braun', 'oldvalue': ''}):
* branch: => u/vbraun/toric_variety_points
* author: => Volker Braun
Old description:
> Useful to access the set of points on a toric variety over a finite field
New description:
This ticket makes the point homset iterable. This is useful to access the
set of points on a toric variety over a finite field
{{{
sage: P123 = toric_varieties.P2_123(base_ring=GF(3))
sage: list(P123.point_set())
[[0 : 0 : 1],
[1 : 0 : 0],
[2 : 0 : 0],
[0 : 1 : 0],
[0 : 1 : 1],
[0 : 1 : 2],
[1 : 0 : 1],
[2 : 0 : 1],
[1 : 1 : 0],
[2 : 1 : 0],
[1 : 1 : 1],
[1 : 1 : 2],
[2 : 1 : 1],
[2 : 1 : 2]]
}}}
--
--
Ticket URL: <http://trac.sagemath.org/ticket/15224#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.