Changes between Initial Version and Version 7 of Ticket #22713
- Timestamp:
- 03/18/20 15:46:07 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22713
-
Property
Status
changed from
new
toneeds_info
- Property Cc vdelecroix tscrim kedlaya added
-
Property
Branch
changed from
to
u/chapoton/ticket22713
-
Property
Milestone
changed from
sage-8.0
tosage-9.1
-
Property
Commit
changed from
to
63096a3fbc406bcc9f636d8fa590a7458eae6322
-
Property
Status
changed from
-
Ticket #22713 – Description
initial v7 2 2 3 3 https://en.wikipedia.org/wiki/Multiple_zeta_function 4 5 EDIT: ticket used to implement the algebra of MZV. 6 7 Sample computation: 8 {{{ 9 sage: Z = Multizeta 10 sage: M = matrix(2,2,[Z(2),Z(3),Z(4),Z(5)]) 11 sage: M.det() 12 -10*ζ(1,6) - 5*ζ(2,5) - ζ(3,4) + ζ(4,3) + ζ(5,2) 13 }}}