On Thu, May 16, 2013 at 11:37 AM, E. Mehmet Kıral <[email protected]> wrote: > Hello, > > Given a cusp form f, I would like to create f(3z) and f(5z) as two oldforms, > and take their Petersson inner product. Or apply a Hecke operator to it, or > play with it in some other way. How do I create f(3z)?
Do this: S = CuspForms(11) f = S.0 d = S.degeneracy_map(33, 3) d(f) > > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
