Lesson 2 - Maple Functions
Lesson 2 - Maple Functions
Maple's Functions
Maple has a large library of built in functions. Some of them Maple knows as soon as it starts but others are stored in "packages"
that you must tell Maple to load before you can use them. On this page we look at some functions Maple knows when it starts.
Maple has an large number of initially known functions. Maple knows these automatically when you first start Maple (or after using
the restart command).
Common Examples
> sqrt(4);
> exp(0);
> log(2);
> sin(Pi/3);
For the names of other trig functions, see the Maple help on the
sin function by typing
Look at this help page because you may need to know the
> ?sin Maple function for cosec and it's not just "cosec".
Inverse trig functions have names like arcsin. See the arcsin help
page a complete list of inverse trig functions. Type the following
at the prompt.
On this help page you will find the inverse tan function.
> ?arcsin
http://moodle.telt.unsw.edu.au/file.php/12406/Maple/MapleSelfPaced/lesson2/Lesson2_mapleFunctions.html Page 1 of 2
Maple's Functions 20/04/2015 8:59 pm
Binomial coefficients.
> binomial(4,2);
For some more examples, see section 2.3.1 of the First Year
Maple Notes. For a complete list of initially-known Maple
functions, type
> ?inifcns
Maple knows lots of standard functions when it starts Find the inverse tan of 2 - 3.
up. For example, sqrt, exp, sin, arcsin and other trig
[Hint: The help page for for inverse trig functions was
functions.
mentioned above.]
Answer: &pi/12
Use the mouse to select the text between the word
"Answer" and here to see the answer.
http://moodle.telt.unsw.edu.au/file.php/12406/Maple/MapleSelfPaced/lesson2/Lesson2_mapleFunctions.html Page 2 of 2