>
restart;
>
plot(sin(3*Pi*x),x=0..1);
>
plot(abs(5*log(2+x)-2),x=-1..2);
>
plot(4+12*cos(Pi/12*(t-15)),t=0..72);
>
plot(sinh(sin(theta) + cos(theta)),theta=-Pi..Pi);
>