本文簡要介紹 python 語言中 scipy.special.hankel2e
的用法。
用法:
scipy.special.hankel2e(v, z, out=None) = <ufunc 'hankel2e'>#
第二類 index 尺度漢克爾函數
定義為:
hankel2e(v, z) = hankel2(v, z) * exp(1j * z)
- v: array_like
訂單(浮點數)。
- z: array_like
參數(浮點數或複數)。
- out: ndarray,可選
函數值的可選輸出數組
- 標量或 ndarray
第二類 index 尺度漢克爾函數的值。
參數 ::
返回 ::
注意:
AMOS 的包裝器[1]常規zbesh,它使用關係執行計算,
其中 是第二類修正貝塞爾函數。對於負訂單,關係
被使用。
參考:
[1]Donald E. Amos,“AMOS,用於複雜參數和非負階貝塞爾函數的便攜式軟件包”,http://netlib.org/amos/
相關用法
- Python SciPy special.hankel1e用法及代碼示例
- 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.hankel2e。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。