Function Repository Resource:

ZetaSimplify

Source Notebook

Simplify zeta functions in expressions

Contributed by: Wolfram Research

ResourceFunction["ZetaSimplify"][expr]

transforms zeta functions in expr, trying to either decrease the number of zeta functions or convert combinations of them into more elementary functions.

Details and Options

A function that is essentially equivalent to ResourceFunction["ZetaSimplify"] is used inside FullSimplify and FunctionExpand.

Examples

Basic Examples (1) 

Simplify an expression involving a zeta function:

In[1]:=
ResourceFunction["ZetaSimplify"][
\!\(\*SuperscriptBox[\(Zeta\), 
TagBox[
RowBox[{"(", 
RowBox[{"1", ",", "0"}], ")"}],
Derivative],
MultilineFunction->None]\)[-1, 4]]
Out[1]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 06 March 2019

License Information