Section 1.1 #1(d)

> g:=n->(1+(-1)^n)/(n^2-1)*cos(n*x);

[Maple Math]

> f:=N->2/Pi-2/Pi*sum(g(n),n=2..N);

[Maple Math]

> plot(f(5),x=-2*Pi..3*Pi);

[Maple Plot]

> plot(f(10),x=-2*Pi..3*Pi);

[Maple Plot]

> plot(f(100),x=-2*Pi..3*Pi);

[Maple Plot]


SFU / Math & Stats / ~hebron / math314 / assignments / sol02maple /  1.1ex1d.html

Revised 30 September 1999 by John Hebron.