<< Special Functions Special Functions %sn >>

Справка Scilab >> Special Functions > %k

%k

Jacobi's complete elliptic integral

Syntax

[K]=%k(m)

Arguments

m

parameter of the elliptic integral 0<m<1 (m can be a vector)

K

value of the elliptic integral from 0 to 1 on the real axis

Description

Calculates Jacobi's complete elliptic integral of the first kind :

References

Abramowitz and Stegun page 598

Examples

m=0.4;
delip(1,sqrt(m))
%k(m)

See also


Report an issue
<< Special Functions Special Functions %sn >>