scipy.special.mathieu_modcem1#

scipy.special.mathieu_modcem1(m, q, x, out=None) = <ufunc 'mathieu_modcem1'>#

第一类偶修正马蒂厄函数及其导数

计算第一类偶修正马蒂厄函数 Mc1m(x, q) 在阶数 m 和参数 q 下,在 x 处的值及其导数。

参数:
marray_like

函数的阶数

qarray_like

函数的参数

xarray_like

函数的自变量,以度为单位,而不是弧度

outtuple of ndarray,可选

可选的函数结果输出数组

返回值:
y标量或 ndarray

函数的值

yp标量或 ndarray

相对于 x 的导数的值