> g:=theta->theta+sin(theta^2)/cos(theta)^2;

[Maple Math]

> g(0);

[Maple Math]

> g(2);

[Maple Math]

> g(5);

[Maple Math]

> g(0.5);

[Maple Math]

> g(x+theta);

[Maple Math]

> g:='g';

[Maple Math]

> g(x);

[Maple Math]

> p:=(a,b)->expand((x+a)*(y+b));

[Maple Math]

> p(2,5);

[Maple Math]

> p(8,0.5);

[Maple Math]

> p(5,-5);

[Maple Math]

> f:=x->sin(x),x->cos(x),x->tan(x);

[Maple Math]

> x(Pi);

[Maple Math]

> x(Pi/4);

[Maple Math]

> x(2*Pi);

[Maple Math]

> x(128*Pi);

[Maple Math]

Close this window