Dear Raouf,
On Sep 10, 10:25 pm, Raouf <[EMAIL PROTECTED]> wrote:
> I want to compute the trace of Hecke operator with large integer but
> always i have the same error message
>
> " Traceback (click to the left for traceback)
> ...
> TypeError: n must be an int"
<snip>
> there is any way to go over this?
I just tried your example (in Sage 3.1.1), and there was no problem:
sage: M1 = ModularSymbols(21,2)
sage: T1 = M1.hecke_operator(13^9)
sage: trace1=T1.trace()
sage: print trace1
34464553246
So, what version of Sage are you using, and on what kind of machine?
Cheers
Simon
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---