Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ellipke (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the advanced class.

Syntax

c = ellipke(x)

c = ellipke(x, tol)

[c, d] = ellipke(x)

[c, d] = ellipke(x, tol)

Description

Computes the complete elliptic integral of the first and second kinds.

Examples

Inputs

Name Description
x Specifies the elliptic modulus. x is a real scalar, vector, or matrix with values between 0 and 1.
tol Specifies the approximation tolerance. tol is a positive real number. The default is eps.

Outputs

Name Description
c Returns the complete elliptic integral of the first kind. c is a matrix of the same size as x.
d Returns the complete elliptic integral of the second kind. d is a matrix of the same size as x.

Examples

X = 0:0.01:0.9;
[C, D] = ellipke(X);
plot(X, C)

Related Topics

ellipj


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit