~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/signal/%k.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%k              Scilab Group              Scilab Function                %k
2
 
NAME
3
 
   %k - Jacobi's complete elliptic integral
4
 
  
5
 
CALLING SEQUENCE
6
 
 [K]=%k(m)
7
 
PARAMETERS
8
 
 m          : parameter of the elliptic integral 0<m<1 (m can be a vector)
9
 
            
10
 
 K          : value of the elliptic integral from 0 to 1 on the real axis
11
 
            
12
 
DESCRIPTION
13
 
   Calculates Jacobi's complete elliptic integral of the first kind : 
14
 
  
15
 
 K = integral from 0 to 1 of [(1-t^2)(1-m*t^2)]**(-1/2)
16
 
EXAMPLE
17
 
 m=0.4;
18
 
 %asn(1,m)
19
 
 %k(m)
20
 
REFERENCES
21
 
   Abramowitz and Stegun page 598
22
 
  
23
 
SEE ALSO
24
 
   %asn
25
 
  
26
 
AUTHOR
27
 
   F.D.
28