Hi, I'm trying to find fourier series decomposition of 1/x function on [-3; 
3] interval. IMHO, such a decomposition doesn't exist, because the a0 и an 
doesn't exist (corresponding integrals doesn't converge). But sympy 
function fourier_series, returns the answer (omitting the a0, an 
coefficients and only taking into account the bn coefficients). Is there an 
error in fourier_series function?
fourier_series(1/x,(x,-3,3)) = 
(2/3)*sin(pi*x/3)*Si(pi)+(2/3)*sin(2*pi*x/3)*Si(2*pi)+(2/3)*sin(pi*x)*Si(3*pi)+...

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/4f28162a-987c-42ba-b444-2724b1607d9bn%40googlegroups.com.

Reply via email to