matlab-enhanced Swiki= [View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide]

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);
diff(f(x),x); 




What else?






----
links to this page