N, k, [sign=0]) |
Initialize a space of modular symbols of weight k for Gamma_0(N), over Q.
For weight 2, it is faster to use ModularSymbols_wt2_g0_Q.
INPUT: N -- int, the level k -- integer weight >= 2. sign -- int, either -1, 0, or 1
sage: ModularSymbols(1,12) Full Modular Symbols space for Gamma_0(1) of weight 12 with sign 0 and dimension 3 over Rational Field sage: ModularSymbols(1,12, sign=1).dimension() 2 sage: ModularSymbols(15,4, sign=-1).dimension() 4 sage: ModularSymbols(6,6).dimension() 10 sage: ModularSymbols(36,4).dimension() 36
boundary_space,
manin_symbols,
modular_symbols_of_level,
modular_symbols_of_sign,
modular_symbols_of_weight
Further documentation:
N) |
Returns a space of modular symbols with the same defining properties (weight, sign, etc.) as this space except with the level N.
For example, if self is the space of modular symbols of weight 2 for Gamma_0(22), and level is 11, then this function returns modular symbols of weight 2 for Gamma_0(11).
sign) |
Returns a space of modular symbols with the same defining properties (weight, sign, etc.) as this space except with given sign.
k) |
Returns a space of modular symbols with the same defining properties (weight, sign, etc.) as this space except with weight k.
See About this document... for information on suggesting changes.