scipy.special.mathieu_cem#
- scipy.special.mathieu_cem(m, q, x, out=None) = <ufunc 'mathieu_cem'>#
甚至 Mathieu 函数及其导数
返回偶 Mathieu 函数
ce_m(x, q)
,其阶数为 m,参数为 q,在 x`(以度为单位给出)处求值。同时返回 ce_m(x, q) 对 `x 的导数。- 参数:
- marray_like
函数顺序
- qarray_like
函数的参数
- xarray_like
函数的参数,以度为单位,而非弧度
- 出ndarray 的元组,可选
函数结果的可选输出数组
- 返回:
- y标量或ndarray
函数的值
- yp标量或ndarray
导数的值 vs x