Maple Tool1.mws

Maple Tool 1


This tool is designed for use with Checkpoint 2 in Section 4.1.

>    f:=t->t^4-4*t^2+2;

f := proc (t) options operator, arrow; t^4-4*t^2+2 end proc

>    plot(f(t), t=-2..2.1, thickness=2);

[Maple Plot]

>