Home > freetb4matlab > specfun > ellipke.m

ellipke

PURPOSE ^

% Compute:

SYNOPSIS ^

function [k,e] = ellipke( m )

DESCRIPTION ^

% Compute:
%     complete elliptic integral of first K(m) 
%     complete elliptic integral of second E(m)    
%
% error: [k,e] = ellipke(m[,tol])
% 
% m is either real array or scalar with 0 <= m <= 1
% 
% tol  Ignored. 
%      (Matlab uses this to allow faster, less accurate approximation)
%
% Ref: Abramowitz, Milton and Stegun, Irene A
%      Handbook of Mathematical Functions, Dover, 1965
%      Chapter 17
%
% See also: ellipj

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003