Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #11726 fix one doctest in the en tutorial for kazhdan lusztig polys
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Apr 4, 2014
1 parent a4e0190 commit f2e6a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Kazhdan-Lusztig polynomials as follows::
sage: P.<q> = LaurentPolynomialRing(QQ)
sage: KL = KazhdanLusztigPolynomial(W,q)
sage: KL.R(s2, s2*s1*s3*s2)
q^3 - 3*q^2 + 3*q - 1
-1 + 3*q - 3*q^2 + q^3
sage: KL.P(s2, s2*s1*s3*s2)
q + 1

Expand Down

0 comments on commit f2e6a35

Please sign in to comment.