File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/sage/modular/quasimodform Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
class QuasiModularFormsElement (ModuleElement ):
33
33
r"""
34
- A quasimodular forms ring element. Such an element is describbed by SageMath
35
- as a polynomial
34
+ A quasimodular forms ring element. Such an element is describbed by
35
+ SageMath as a polynomial
36
36
37
37
.. MATH::
38
38
39
- f_0 + f_1 E_2 + f_2 E_2^2 + \cdots + f_m E_2^m
39
+ F = f_0 + f_1 E_2 + f_2 E_2^2 + \cdots + f_m E_2^m
40
40
41
41
where each `f_i` a graded modular form element
42
42
(see :class:`~sage.modular.modform.element.GradedModularFormElement`)
43
43
44
+ For an integer `k`, we say that `F` is homogeneous of weight `k` if
45
+ it lies in an homogeneous component of degree `k` of the graded ring
46
+ of quasimodular forms.
47
+
44
48
EXAMPLES::
45
49
46
50
sage: QM = QuasiModularForms(1)
You can’t perform that action at this time.
0 commit comments