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

Commit

Permalink
unexpected change of behaviour in MZV
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Nov 13, 2020
1 parent bd8ac8e commit 760ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modular/multiple_zeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def product_on_basis(self, w1, w2):
sage: M = Multizetas_iterated(QQ)
sage: x = Word([1,0])
sage: M.product_on_basis(x,x)
2*I(1010) + 4*I(1100)
4*I(1100) + 2*I(1010)
sage: y = Word([1,1,0])
sage: M.product_on_basis(y,x)
I(10110) + 3*I(11010) + 6*I(11100)
Expand Down

0 comments on commit 760ca5d

Please sign in to comment.