Skip to content

Commit ebedf54

Browse files
jacksonwalterstscrim
authored andcommitted
Rename 'divided difference operator' to 'divided power operator'
1 parent e249bef commit ebedf54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/algebras/quantum_groups/fock_space.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,8 @@ def N_left(la, x, i):
754754

755755
def e(self, *data):
756756
r"""
757-
Apply the action of the divided difference operator
758-
`e_i^{(p)}` on ``self``.
757+
Apply the action of the divided power operator
758+
`e_i^{(p)} = e_i^{p} / [p]_q` on ``self``.
759759
760760
INPUT:
761761
@@ -850,8 +850,8 @@ def N_right(la, x, i):
850850

851851
def f(self, *data):
852852
r"""
853-
Apply the action of the divided difference operator
854-
`f_i^{(p)}` on ``self``.
853+
Apply the action of the divided power operator
854+
`f_i^{(p)} = f_i^{p} / [p]_q` on ``self``.
855855
856856
INPUT:
857857

0 commit comments

Comments
 (0)