#793: wrapper for hyperelliptic curve zeta functions
---------------------------+------------------------------------------------
 Reporter:  dmharvey       |       Owner:  was       
     Type:  enhancement    |      Status:  new       
 Priority:  major          |   Milestone:  sage-3.4.2
Component:  number theory  |    Keywords:            
---------------------------+------------------------------------------------

Comment(by dmharvey):

 Very basic wrapper attached. This is code by Nick Alexander and myself.
 Sample:

 {{{
 sage: R.<x> = PolynomialRing(GF(10007))
 sage: H = HyperellipticCurve(x^7 + x + 1)
 sage: time H.frobenius_polynomial()
 CPU times: user 1.62 s, sys: 0.01 s, total: 1.63 s
 Wall time: 1.63 s
 x^6 + 4*x^5 + 21884*x^4 - 99088*x^3 + 218993188*x^2 + 400560196*x +
 100210147034
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/793#comment:4>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to