maple_plot.mw

> f:=sin(1/x);
 

sin(1/x) 

> plot(f,x=-4..4);
 

Plot 

> plot(f,x=-0.01..0.01);
 

Plot 

> f:=tanh(1/x);
 

tanh(1/x) 

> plot(f,x=-10..10);
 

Plot 

> plot(f,x=-1..1);
 

Plot 

> f:=arctan(1/x);
 

arctan(1/x) 

> plot(f,x=-10..10);
 

Plot 

> plot(f,x=-1..1);
 

Plot 

> f:=log(1+x^2);
 

ln(1+x^2) 

> plot(f,x=-10..10);
 

Plot 

> plot(f,x=-1..1);
 

Plot 

>