Symbolic Math Toolbox | ![]() ![]() |
Syntax
Description
zeta(X)
evaluates the Zeta function at the elements of X
, a numeric matrix, or a symbolic matrix. The Zeta function is defined by
zeta(n, X)
returns the n
-th derivative of zeta(X)
.
Examples
Columns 1 through 7 5.5916 3.9319 3.1055 2.6124 2.2858 2.0543 1.8822 Columns 8 through 10 1.7497 1.6449 1.5602
diff(zeta(x),x,3)
returns zeta(3,x)
.
![]() | vpa | ztrans | ![]() |