Skip to content

Commit

Permalink
Some last little details.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Dec 12, 2023
1 parent e632044 commit 38ea7a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/combinat/symmetric_group_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ class MurphyBasis(SGACellularBasis):
.. MATH::
M_{S'T'} = d(S)^{-1} R_{\lambda} d(T),
M_{S'T'} = d(S)^{-1} R_{\lambda'} d(T),
where `S'` denotes the conjugate tableau.
The Murphy basis is a :class:`cellular basis
Expand Down Expand Up @@ -2870,7 +2870,8 @@ def _to_sga(self, ind):
class KLCellularBasis(SGACellularBasis):
"""
The Kazhdan-Lusztig `C'` basis (at `q = 1`) of the symmetric group
algebra realized as a cellular basis.
algebra realized as a :class:`cellular basis
<sage.algebras.cellular_basis.CellularBasis>`
EXAMPLES::
Expand Down

0 comments on commit 38ea7a0

Please sign in to comment.