scipy.special.mathieu_modcem2#

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

甚至修改后的第二类Mathieu函数及其导数

计算第二类偶修正Mathieu函数Mc2m(x, q)及其在`x`(以度为单位给出)处对阶数`m`和参数`q`的导数。

参数:
marray_like

函数顺序

qarray_like

函数的参数

xarray_like

函数的参数,以度为单位,而非弧度

ndarray 的元组,可选

函数结果的可选输出数组

返回:
y标量或ndarray

函数的值

yp标量或ndarray

导数的值 vs x