Modular Abelian Varieties

Todo on March 16

sage: f = CuspForms(37).newforms('a')[0]
sage: f.coefficients(10)
---------------------------------------------------------------------------
<type 'exceptions.TypeError'>             Traceback (most recent call last)
sage: f.coefficients([2..10])
---------------------------------------------------------------------------
<type 'exceptions.AttributeError'>        Traceback (most recent call last)
...
<type 'exceptions.AttributeError'>: 'Newform' object has no attribute '_compute'

sage: m = ModularSymbols(37)[1]
sage: m.modular_abelian_variety()
Jacobian of the modular curve associated to the congruence subgroup Gamma0(37)

Todo on Monday, March 17

Todo on Tuesday, March 18

Todo on Wednesday, March 19