Algorithms
Whatr algoithms would you like to see here?
To Plot a function in Maple:
f := x-> x*sin(2*x) ;
plot(f(x), x=-3..4);
To differentiate a function
f := x -> (x^2)*cos(x^4);
d
if
f(f(x),x);
What else?
General Information