{ } Raw JSON

bundles / scipy latest / scipy / special / _basic / lmbda

function

scipy.special._basic:lmbda

source: /scipy/special/_basic.py :2008

Signature

def   lmbda ( v x )

Summary

Jahnke-Emden Lambda function, Lambdav(x).

Extended Summary

This function is defined as [2],

where is the gamma function and is the Bessel function of the first kind.

Parameters

v : float

Order of the Lambda function

x : float

Value at which to evaluate the function and derivatives

Returns

vl : ndarray

Values of Lambda_vi(x), for vi=v-int(v), vi=1+v-int(v), ..., vi=v.

dl : ndarray

Derivatives Lambda_vi'(x), for vi=v-int(v), vi=1+v-int(v), ..., vi=v.

Aliases

  • scipy.special.lmbda