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: floatOrder of the Lambda function
x: floatValue at which to evaluate the function and derivatives
Returns
vl: ndarrayValues of Lambda_vi(x), for vi=v-int(v), vi=1+v-int(v), ..., vi=v.
dl: ndarrayDerivatives Lambda_vi'(x), for vi=v-int(v), vi=1+v-int(v), ..., vi=v.
Aliases
-
scipy.special.lmbda