What is the difference (if any) between using:
$\cos \left( \frac{n\pi x}{L} \right)$ and $ \sin \left( \frac{n\pi x}{L} \right)$
or using:
$\cos \left( \frac{2n\pi x}{L} \right)$ and $ \sin \left( \frac{2n\pi x}{L} \right)$
In a fourier series?
My guess would be that the first approaches faster to the actual $f(x)$ (in computing for example), but in the infinity sum they are both equvalent.
Thanks.