Plot the following functions using their ranges. If a function has special instructions, follow those instructions by using the plot options.

xx [Maple Math]  
[Maple Math] [Maple Math] red, thickest line possible
log2x [Maple Math] dashed line, no axes
[Maple Math]   constrained scaling

Solution

> plot(x^x,x=0.1..5);

[Maple Plot]

> plot(sin(2*theta),theta=-2*Pi..2*Pi,color=red,thickness=3);

[Maple Plot]

> plot(log[2](x),x=0..100,linestyle=3,axes=none);

[Maple Plot]

> plot(sqrt(x^(x+1)),x=0..5, 0..50,scaling=constrained);

[Maple Plot]

 

Close Window