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

« back to all changes in this revision

Viewing changes to man/elementary/besseli.man

  • 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
 
.TH besseli 3 "September 1997" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
besseli -  Modified I sub ALPHA Bessel functions of the first kind.
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
 y = besseli(alpha,x)
8
 
 y = besseli(alpha,x,ice)
9
 
.fi
10
 
.SH PARAMETERS
11
 
.TP
12
 
x
13
 
: real vector with non negative entries
14
 
.TP
15
 
alpha
16
 
: real vector with non negative entries regularly spaced with
17
 
increment equal to one \fValpha=alpha0+(n1:n2)\fR
18
 
.TP
19
 
ice
20
 
: integer flag, with default value 1
21
 
.SH DESCRIPTION
22
 
 
23
 
\fVbesseli(alpha,x)\fR computes I sub ALPHA modified Bessel functions of the
24
 
first kind, for real, non-negative order \fValpha\fR 
25
 
and argument \fVx\fR.  \fValpha\fR  and \fVx\fR may be vectors.
26
 
The output is \fVm\fR-by-\fVn\fR with \fVm = size(x,'*')\fR,
27
 
\fVn = size(alpha,'*')\fR whose \fV(i,j)\fR entry is
28
 
\fVbesseli(alpha(j),x(i))\fR.
29
 
 
30
 
If \fVice\fr is equal to 2 exponentialy scaled Bessel functions is
31
 
computed 
32
 
 
33
 
.SH EXAMPLE
34
 
.nf
35
 
besseli(0.5:3,1:4)
36
 
besseli(0.5:3,1:4,2)
37
 
.fi
38
 
.SH SEE ALSO
39
 
besselj, besselk