User Portlet
Discussions |
---|
I'm having getting errors with my code an I'm not sure how to fix the problem. (*Define the even function*) feven[t_] := 1-t (*Fourier coefficients*) a[0] = 2/\[Tau] Integrate[feven[t], {t, 0, 1}]; a[n_] := (4/\[Tau]) Integrate[feven[t] Cos[n... |