Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 0 years ago

Max Alekseyev gravatar image

It's a always a good idea using the existing functionality rather than reinventing the wheel. Without the factor q1/24 the expansion of eta function in Sage can be expanded as follows:

from sage.modular.etaproducts import qexp_eta
N=20
qexp_eta(ZZ[['q']], N)
click to hide/show revision 2
No.2 Revision

It's a always a good idea using the existing functionality rather than reinventing the wheel. Without the factor q1/24 the expansion of eta function in Sage can be expanded computed as follows:

from sage.modular.etaproducts import qexp_eta
N=20
qexp_eta(ZZ[['q']], N)