MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: K Distribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35191] Re: [mg35183] K Distribution
  • From: Hugh Walker <hwalker at gvtc.com>
  • Date: Sat, 29 Jun 2002 01:37:50 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Friday, June 28, 2002, at 01:32 AM, Blimbaum Jerry DLPC wrote:

> Anyone, have info about the Modified Bessel Function of the Third
> Kind.....and how to calculate?
>
> thanks....jerry blimbaum   NSWC panama city, fl

These are particular linear combinations of the regular and modified 
Bessel functions:


K[n_, z_] := (Pi/2)*I^(n + 1)*(BesselJ[n, I*z] +
     I*BesselI[n, I*z])

Basic information and references can be found in Eric Weisstein's pages 
at http://mathworld.wolfram.com /

============
   Hugh Walker
    Gnarly Oaks



  • Prev by Date: sparse matrix
  • Next by Date: Re: Orientation of BarChart labels
  • Previous by thread: K Distribution
  • Next by thread: Orientation of BarChart labels