Method on @sym: zeta (x)
Method on @sym: zeta (n, z)

Symbolic zeta function.

Example:

syms x
y = zeta (x)
  ⇒ y = (sym) ζ(x)

With 2 arguments you get the nth derivative of the zeta function evaluated in x:

syms x
y = zeta (4, x)
  ⇒ y = (sym)
        4
       d
      ───(ζ(x))
        4
      dx

See also: @double/zeta.

Package: symbolic