Skip to content

Commit 6d47e5f

Browse files
committed
Fixing some minor latex issue(s).
1 parent 8a1a74c commit 6d47e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/algebras/q_commuting_polynomials.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class qCommutingPolynomials_generic(CombinatorialFreeModule):
3737
Base class for algebra of `q`-commuting (Laurent, etc.) polynomials.
3838
3939
Let `R` be a commutative ring, and fix an element `q \in R`. Let
40-
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
40+
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
4141
index set `I`. Let `R[I]_{q,B}` denote the polynomial ring in the variables
4242
`I` such that we have the `q`-*commuting* relation for `x, y \in I`:
4343
@@ -222,7 +222,7 @@ class qCommutingPolynomials(qCommutingPolynomials_generic):
222222
The algebra of `q`-commuting polynomials.
223223
224224
Let `R` be a commutative ring, and fix an element `q \in R`. Let
225-
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
225+
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
226226
index set `I`. Let `R[I]_{q,B}` denote the polynomial ring in the variables
227227
`I` such that we have the `q`-*commuting* relation for `x, y \in I`:
228228
@@ -404,7 +404,7 @@ class qCommutingLaurentPolynomials(qCommutingPolynomials_generic):
404404
The algebra of `q`-commuting Laurent polynomials.
405405
406406
Let `R` be a commutative ring, and fix an element `q \in R`. Let
407-
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
407+
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
408408
index set `I`. Let `R[I]_{q,B}` denote the Laurent polynomial ring in
409409
the variables `I` such that we have the `q`-*commuting* relation
410410
for `x, y \in I`:

0 commit comments

Comments
 (0)