Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to define an element in a space of Modular Forms and express it as a linear combination of basis elements?

Hello, I was trying to solve Exercise 1.4.5 in Alvaro Lozano-Robledo's book Elliptic Curves, Modular Forms and Their L-functions, which is about representations of integers as sums of 6 squares and its relation to the theta function

Θ(q)=j=qj2

I need to define the space of modular forms M3(Γ1(4)) in SAGE, which I already did and find a basis for this 2-dimensional space. I was able to this without any problems.

But now I'm asked to write Θ6(q) as a linear combination of the basis elements just found. This prompts me to ask some questions.

1) How do I define Θ(q) and how do I check that Θ6(q)M3(Γ1(4))?

2) How would I express Θ6(q) as a linear combination of the basis elements?

3) More generally, is there a way in which one can specify some q-series expansion and ask SAGE if it is in a particular space of modular forms and if it is to express it as a linear combination of the basis elements?

I've already searched in the SAGE manual but I only found how to define Eisenstein series and the like. I apologize if my questions are not very well formulated.

Thank you very much in advance for any help.