本文简要介绍 python 语言中 scipy.special.hankel1e
的用法。
用法:
scipy.special.hankel1e(v, z, out=None) = <ufunc 'hankel1e'>#
第一类 index 尺度汉克尔函数
定义为:
hankel1e(v, z) = hankel1(v, z) * exp(-1j * z)
- v: array_like
订单(浮点数)。
- z: array_like
参数(浮点数或复数)。
- out: ndarray,可选
函数值的可选输出数组
- 标量或 ndarray
index 缩放 Hankel 函数的值。
参数 ::
返回 ::
注意:
AMOS 的包装器[1]常规zbesh,它使用关系执行计算,
其中 是第二类修正贝塞尔函数。对于负订单,关系
被使用。
参考:
[1]Donald E. Amos,“AMOS,用于复杂参数和非负阶贝塞尔函数的便携式软件包”,http://netlib.org/amos/
相关用法
- Python SciPy special.hankel2e用法及代码示例
- Python SciPy special.h1vp用法及代码示例
- Python SciPy special.hyp1f1用法及代码示例
- Python SciPy special.huber用法及代码示例
- Python SciPy special.hyp2f1用法及代码示例
- Python SciPy special.h2vp用法及代码示例
- Python SciPy special.hyperu用法及代码示例
- Python SciPy special.hyp0f1用法及代码示例
- Python SciPy special.hermite用法及代码示例
- Python SciPy special.exp1用法及代码示例
- Python SciPy special.expn用法及代码示例
- Python SciPy special.ncfdtri用法及代码示例
- Python SciPy special.gamma用法及代码示例
- Python SciPy special.y1用法及代码示例
- Python SciPy special.y0用法及代码示例
- Python SciPy special.ellip_harm_2用法及代码示例
- Python SciPy special.i1e用法及代码示例
- Python SciPy special.smirnovi用法及代码示例
- Python SciPy special.ker用法及代码示例
- Python SciPy special.ynp_zeros用法及代码示例
- Python SciPy special.k0e用法及代码示例
- Python SciPy special.j1用法及代码示例
- Python SciPy special.logsumexp用法及代码示例
- Python SciPy special.expit用法及代码示例
- Python SciPy special.polygamma用法及代码示例
注:本文由纯净天空筛选整理自scipy.org大神的英文原创作品 scipy.special.hankel1e。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。