-
-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Milestone
Description
Old description:
There is code in Pynac's zeta2_eval allowing lst arguments. Let's check if that can be interfaced to Python. Is there numerics available in mpmath or arb?
https://en.wikipedia.org/wiki/Multiple_zeta_function
New description:
This ticket is now used to implement the algebra of MZV, using algorithms of Francis Brown.
Sample computation:
sage: Z = Multizeta
sage: M = matrix(2,2,[Z(2),Z(3),Z(4),Z(5)])
sage: M.det()
-10*ζ(1,6) - 5*ζ(2,5) - ζ(3,4) + ζ(4,3) + ζ(5,2)
CC: @videlec @tscrim @kedlaya @dwbump @JohnCremona
Component: number theory
Keywords: motives
Author: Frédéric Chapoton
Branch/Commit: c9e3b4c
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/22713