@sym
: ellipticCK (m) ¶Complementary complete elliptic integral of the first kind.
The complete elliptic integral (of the first kind) with the
complementary parameter 1 - m
is given by:
syms m ellipticCK (m) ⇒ ans = (sym) K(1 - m)
Example:
ellipticCK (sym (1)/4) ⇒ ans = (sym) K(3/4) vpa (ans) ⇒ (sym) 2.1565156474996432354386749988003
There are other conventions for the inputs of elliptic integrals, see ‘@sym/ellipticF’.
See also: @sym/ellipticK.
Package: symbolic