#8282: implement victor_miller_basis over an arbitrary base ring
-----------------------------+----------------------------------------------
Reporter: AlexGhitza | Owner: craigcitro
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.3.3
Component: modular forms | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
This can now be done as:
{{{
sage: time bas = victor_miller_basis(2000, prec=200)
CPU times: user 8.44 s, sys: 0.08 s, total: 8.52 s
Wall time: 8.55 s
sage: time bas_mod7 = [ f.change_ring(GF(7)) for f in bas ]
CPU times: user 2.52 s, sys: 0.00 s, total: 2.52 s
Wall time: 2.61 s
}}}
It would be nice (and presumably much faster and less memory-consuming) to
compute the Victor Miller basis *directly over GF(7)*.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8282>
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.