[back] [prev] [next] [index] [root]

 


KBessel

Returns the value of the K-Bessel function.

Syntax:

z := KBessel(s,x);

complex
  s  
real
  x  
complex
  z  

Description:

Given a complex s and a real x the function returns K_s( x).


Example:


kash> s := Comp(0.5, 1);
0.5 + 1*i
kash> z := KBessel(s,1);
> 0.2988249890873913480778254742871879580176108573144423 + 0.1189446943013590937\
37231871224012813256270260507153*i


<- back[back] [prev] [next] [index] [root]