Skip to main content

Module y0f

Module y0f 

Source

Functionsยง

f_y0f
Bessel of the second kind of order 0 (Y0)
y0_transient_area ๐Ÿ”’
y0f_asympt ๐Ÿ”’
y0f_near_zero ๐Ÿ”’
Generated by SageMath: Evaluates: Y0(x) = 2/pi*(euler_gamma + log(x/2))J0(x) - sum((-1)^m(x/2)^(2m)/(m!)^2sum(1+1/2 + โ€ฆ 1/m)) expressed as: Y0(x)=log(x)*W0(x) - Z0(x)
y0f_small_argument_path ๐Ÿ”’
This method on small range searches for nearest zero or extremum. Then picks stored series expansion at the point end evaluates the poly at the point.