scipy.special.eval_hermite#
- scipy.special.eval_hermite(n, x, out=None) = <ufunc 'eval_hermite'>#
在某一点求物理学家厄米特多项式。
定义为
\[H_n(x) = (-1)^n e^{x^2} \frac{d^n}{dx^n} e^{-x^2};\]\(H_n\) 是 \(n\) 次多项式。请参见 [AS] 中的 22.11.7 了解更多详情。
- 参数:
- n类似数组
多项式的次数
- x类似数组
计算厄米特多项式时使用的点
- outndarray,可选
函数数值的可选输出数组
- 返回:
- H标量或 ndarray
厄米特多项式的数值
另请参见
roots_hermite
物理学家厄米特多项式的根和求积权重
hermite
物理学家厄米特多项式对象
numpy.polynomial.hermite.Hermite
物理学家厄米特级数
eval_hermitenorm
计算概率学厄米特多项式
参考
[AS]Milton Abramowitz 和 Irene A. Stegun 编辑。Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables。纽约:Dover,1972 年。