scipy.special.kelvin#
- scipy.special.kelvin(x, out=None) = <ufunc 'kelvin'>#
作为复数的开尔文函数
- 参数:
- xarray_like
自变量
- outndarray 元组, 可选
函数值的可选输出数组
- 返回:
- Be, Ke, Bep, Kep标量或 ndarray 的 4 元组
元组 (Be, Ke, Bep, Kep) 包含复数,表示在 x 处评估的实数和虚数开尔文函数及其导数。例如,kelvin(x)[0].real = ber x 且 kelvin(x)[0].imag = bei x,ker 和 kei 也有类似的关系。