scipy.special.mathieu_b# scipy.special.mathieu_b(m, q, out=None) = <ufunc 'mathieu_b'># 奇马蒂厄函数的特征值 参数: marray_like函数的阶 qarray_like函数的参数 outndarray, 可选函数结果的可选输出数组 返回: 标量或 ndarrayMathieu 方程的奇数解的特征值,se_m(z, q)。 参见 mathieu_a, mathieu_cem, mathieu_sem