Skip to content

Commit ca13a62

Browse files
improve LaTex formula
1 parent 5188024 commit ca13a62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sage/rings/polynomial/multi_polynomial_sequence.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,9 @@ def is_groebner(self, singular=singular):
12711271
forms a Groebner basis if and only if for every element `S` in
12721272
`Syz(LM(I))`:
12731273
1274-
`S * G = \sum_{i=0}^{m} h_ig_i ---->_G 0.`
1274+
.. math::
1275+
1276+
S \star G = \sum_{i=0}^{m} h_i g_i \longrightarrow_G 0.
12751277
12761278
EXAMPLES::
12771279

0 commit comments

Comments
 (0)