Question: how do i sketch a sine fourier series?

Hi there,

 

I have computed the odd extension for f(x)=1 on 0 < x < Pi which is

> 4/Pi*Sum((sin(2*n-1)*x)/(2*n-1),n=1..infity);

 

how do I get a sketch of it?

 

Thanks

Please Wait...