#5883: integrate relevant functionality from modular/modsym/p1list.pyx into
projective space code
--------------------------------+-------------------------------------------
Reporter: AlexGhitza | Owner: AlexGhitza
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0
Component: algebraic geometry | Keywords: rational points projective line
finite
--------------------------------+-------------------------------------------
There is optimised code in p1list.pyx for creating the list of points on
P1 over Z/NZ. It would be nice to also have this available as, for
instance:
{{{
sage: P1 = ProjectiveSpace(1, Integers(N))
sage: P1.rational_points()
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5883>
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
-~----------~----~----~----~------~----~------~--~---