trigoplot.mws

>    with(plots);

Warning, the name changecoords has been redefined

[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...
[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...
[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...
[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...
[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...
[animate, animate3d, animatecurve, changecoords, complexplot, complexplot3d, conformal, contourplot, contourplot3d, coordplot, coordplot3d, cylinderplot, densityplot, display, display3d, fieldplot, fie...

>    plot(sin(x),x=-2*Pi..2*Pi,thickness=2,title="y=sin(x)");

[Maple Plot]

>    plot(cos(x),x=-2*Pi..2*Pi,thickness=2,title="y=cos(x)");

[Maple Plot]

>    plot(tan(x),x=-2*Pi..2*Pi, y= -4..4, thickness=2, discont=true, title="y=tan(x)");

[Maple Plot]

>    plot(cot(x),x=-2*Pi..2*Pi, y=-4..4, discont=true, thickness=2,title="y=cot(x)");

[Maple Plot]

>    plot(arcsin(x),x=-1..1,thickness=2,title="y=Arcsin(x)");

[Maple Plot]

>    plot(arccos(x),x=-1..1,thickness=2,title="y=Arccos(x)");

[Maple Plot]

>    plot([arctan(x),-Pi/2,Pi/2],x=-10..10,thickness=[2,1,1],title="y=Arctan(x)",labels=[x,y],color=[red,blue,blue]);

[Maple Plot]

>    plot([arccot(x),Pi,0],x=-10..10,thickness=[2,1,1],title="y=Arccot(x)",labels=[x,y],color=[red,blue,blue]);

[Maple Plot]

>