Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
zeta Examples

Riemann Zeta function.

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

zeta(1.5) returns 2.6124.

zeta(1.2:0.1:2.1) returns

zeta([x 2;4 x+y]) returns

diff(zeta(x),x,3) returns zeta(3,x).



[ Previous | Help Desk | Next ]