scipy.special.kelvin#
- scipy.special.kelvin(x, out=None) = <ufunc 'kelvin'>#
Kelvin 函数,以复数形式表示
- 参数:
- xarray_like
参数
- outndarray 元组,可选
用于函数值的可选输出数组
- 返回:
- Be, Ke, Bep, Kep标量或 ndarray 的 4 元组
元组 (Be, Ke, Bep, Kep) 包含表示实数和虚数 Kelvin 函数及其在 x 处求导的复数。例如,kelvin(x)[0].real = ber x 且 kelvin(x)[0].imag = bei x,ker 和 kei 具有相似的关系。