ABSTRACT

The arrow symbol is entered by typing the minus key, “−” immediately followed by the greater than key, “>”. We compute f(2).

> f(2); 3

Thus, in maple the syntax for creating a function f(x) is f := x -> expr, where expr is some expression involving x. Functions in more than one variable are defined in the same way.