Skip to content

Commit 5d5602f

Browse files
committed
src/sage/modular/quasimodform/element.py: add a definition of the weight
1 parent 484cb71 commit 5d5602f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/sage/modular/quasimodform/element.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,20 @@
3131

3232
class QuasiModularFormsElement(ModuleElement):
3333
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
3636
3737
.. MATH::
3838
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
4040
4141
where each `f_i` a graded modular form element
4242
(see :class:`~sage.modular.modform.element.GradedModularFormElement`)
4343
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+
4448
EXAMPLES::
4549
4650
sage: QM = QuasiModularForms(1)

0 commit comments

Comments
 (0)