6.1.1 Examples

First we create the space $\mathcal{M}_2(\Gamma_0(11),\mathbf{Q})$ of modular symbols of weight $2$ for $\Gamma_0(11)$.
>>> M = ModularSymbols(11); M
Full Modular Symbols space for Gamma_0(11) of weight 2 and 
dimension 3 over Rational Field
>>> type(M)
<class 'manin.modular.modsym.ambient.ModularSymbolsAmbient_wt2_g0_Q'>

See About this document... for information on suggesting changes.