Ask Your Question

Revision history [back]

Bug in Atkin Lehner involution for weight 3 forms?

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?

click to hide/show revision 2
No.2 Revision

Bug in Atkin Lehner involution for weight 3 forms?

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()

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?

click to hide/show revision 3
retagged

Bug in Atkin Lehner involution for weight 3 forms?

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?