scipy.special.kelvin#

scipy.special.kelvin(x, out=None) = <ufunc 'kelvin'>#

克耳文函數,以複數表示

參數:
xarray_like

引數

outtuple of ndarray, optional

函數值的選用輸出陣列

返回:
Be, Ke, Bep, Kep4-tuple of scalar or ndarray

元組 (Be, Ke, Bep, Kep) 包含複數,表示實部和虛部克耳文函數及其在 x 處求值的導數。例如,kelvin(x)[0].real = ber x 且 kelvin(x)[0].imag = bei x,ker 和 kei 也有類似的關係。