scipy.special.mathieu_modsem1#
- scipy.special.mathieu_modsem1(m, q, x, out=None) = <ufunc 'mathieu_modsem1'>#
第一类奇修正马蒂厄函数及其导数
计算第一类奇修正马蒂厄函数 Ms1m(x, q) 及其在 x 处的导数(以度为单位),阶数为 m,参数为 q。
- 参数:
- marray_like
函数的阶数
- qarray_like
函数的参数
- xarray_like
函数的自变量,以度为单位给出,而不是弧度
- outtuple of ndarray, optional
函数结果的可选输出数组
- 返回:
- yscalar or ndarray
函数的值
- ypscalar or ndarray
导数相对于 x 的值
另请参见