Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing some minor latex issue(s).
  • Loading branch information
tscrim committed Mar 12, 2023
commit 6d47e5ff8608af496190214c1aabed521e6d37c5
6 changes: 3 additions & 3 deletions src/sage/algebras/q_commuting_polynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class qCommutingPolynomials_generic(CombinatorialFreeModule):
Base class for algebra of `q`-commuting (Laurent, etc.) polynomials.

Let `R` be a commutative ring, and fix an element `q \in R`. Let
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
index set `I`. Let `R[I]_{q,B}` denote the polynomial ring in the variables
`I` such that we have the `q`-*commuting* relation for `x, y \in I`:

Expand Down Expand Up @@ -222,7 +222,7 @@ class qCommutingPolynomials(qCommutingPolynomials_generic):
The algebra of `q`-commuting polynomials.

Let `R` be a commutative ring, and fix an element `q \in R`. Let
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
index set `I`. Let `R[I]_{q,B}` denote the polynomial ring in the variables
`I` such that we have the `q`-*commuting* relation for `x, y \in I`:

Expand Down Expand Up @@ -404,7 +404,7 @@ class qCommutingLaurentPolynomials(qCommutingPolynomials_generic):
The algebra of `q`-commuting Laurent polynomials.

Let `R` be a commutative ring, and fix an element `q \in R`. Let
B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
`B = (B_{xy})_{x,y \in I}` be a skew-symmetric bilinear form with
index set `I`. Let `R[I]_{q,B}` denote the Laurent polynomial ring in
the variables `I` such that we have the `q`-*commuting* relation
for `x, y \in I`:
Expand Down