Bug in Atkin Lehner involution for weight 3 forms?

asked 2012-11-01 15:40:28 +0200

ariel gravatar image

updated 2012-11-02 10:55:56 +0200

kcrisman gravatar image

I tried the following example in SAGE

G = DirichletGroup(15)
x=G.gens()
M=ModularForms(x[0]*x[1]^2,3);
S=M.cuspidal_submodule();
f1=S.newforms()[0]
f1.atkin_lehner_eigenvalue()

and got an error saying that the subspace was not invariant! The same happened while trying to compute the L-series, and for level 35 for example. Is this a bug?

edit retag flag offensive close merge delete