Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to solve Fourier transform problem using Sage?

Find the Fourier transform of the function

 f(x) = { 1, -1 < x < 1
          0, |x| > i }

i. Use Fourier series

ii. Use Fourier integral

How can i use Sage to solve this problem?