Question: need help to solve fourier in maple

I'm trying to solve this in maple 15:

FOURIER:

 



how do i solve this?

> restart:
> with(plots):
> Int(sin(n*Pi*t/L)*sin(m*Pi*t/L), t = -L .. L);

 

Please Wait...