scipy.special.mathieu_sem#
- scipy.special.mathieu_sem(m, q, x, out=None) = <ufunc 'mathieu_sem'>#
奇马蒂厄函数及其导数
返回奇马蒂厄函数 se_m(x, q) 的阶数 m 和参数 q 评估在 x 处的函数(以度数为单位)。另外,返回 se_m(x, q) 对于 x 的导数。
- 参数:
- marray_like
函数的阶数
- qarray_like
函数的参数
- xarray_like
函数的参数,以度数为单位,而不是弧度。
- outndarray 元组,可选
函数结果的可选输出数组
- 返回值:
- y标量或 ndarray
函数的值
- yp标量或 ndarray
关于 x 的导数值
另请参见