Fourier Series Examples
u[x_]:=Table[Cos[k x],{k,10}]
ColumnForm[u[x]]
v[x_]:=Table[Sin[k x],{k,10}]
ColumnForm[v[x]]Please take note: there are some very important theoretical ideas illustrated in these examples. Please take note of them as you go along!
The Delta Function
f(x)=x
f(x)=|x|
Up to Fourier Series
A Different Looking Sine Function