Maple Fundamentals Guide
Maple Fundamentals Guide
This tutorial is designed to help you become familiar with the Maple environment and
teach you fundamental concepts and tools you need to become productive quickly. To try
this material on your own, start with an empty Maple document. Perform the steps found
in the left column of each table below. The results of each step are displayed in the right
column for your reference.
Note: This guide assumes you are working in Document mode. Most information applies
equally to Worksheet mode, with minor visual differences. Any important differences are
noted in the text.
Talking to Maple
Steps Results
Start Page
When you first open Maple, you will see the Start
page. This page points you to important resources
for new users, and can be turned off by selecting
the "Do not show this page" option.
Using [Alt]+[ENTER]
Worksheet mode:
Steps Results
Entering Fractions
Use / to enter a fraction. When you type /, you will
automatically moved into to the denominator. Use
the right-arrow key to come out again.
...or you can select the terms you want, using the
mouse or by holding down Shift and using the
arrow keys, before pressing /. The selected
expression will become the numerator of the
fraction when you press /.
Exact Answers and Numeric
Approximations
at 5 digits
= 3.9749
Maple also calculates numeric approximations.
e
Example: Try entering e . For the square
root symbol, enter sqrt [Esc] and choose the e (2.2)
symbol from the menu. Type e [Esc] for the
exponential constant. To enter , type pi [Esc]. The
right-arrow will take you outside the square root
symbol.
" x y " means "x times y", but " xy " means the
Label References
e (2.3)
Whenever you use [ENTER] to get a response, the
result is automatically given a label reference. To
refer to a previous result in a computation, use
[Ctrl]+[L] and enter the label reference number.
Defining Functions
To define a function, use arrow notation, such
as . Enter the arrow operator by typing a
hyphen [ - ] followed by a greater than sign [
> ]. Maple automatically reformats those
characters as a single arrow character. (2.6)
2
You can then call the function, as shown. x (2.8)
Tip: You can also enter math into Maple by taking a picture of it using the free Maple
Calculator app. The app also lets you solve many problems directly on your phone.
Adding Text
You can include text throughout your Maple document.
Steps Results
Your document can contain math, text, and The solution can be expressed as
nonexecutable math, which is math that you don't
want Maple to evaluate because it's part of your
explanation, not a calculation. You can press [F5]
to cycle between modes, or use the buttons in the
quick access toolbar:
Change the +1 to -15, highlight the entire sentence We know that can be
and click execute all selected groups ( ) to re- rewritten as , so...
execute the computation.
Tip: If you are trying to enter math but it doesn't seem to be formatting properly, you are
most likely in text mode. If the math looks right but it doesn't seem to get executed, you
are probably in nonexecutable math mode. In live math mode, the cursor is slanted, and
has a blue box around it. In nonexecutable math mode, the cursor is slanted and has a
gray box. In text mode, the cursor appears as a vertical bar. Remember you can always
use the quick access toolbar to check, and change, your mode:
Tip for Worksheet mode: If the cursor is at an input prompt, [F5] will toggle your input
mode between math notation and Maple syntax, for example, int(exp(x)/2, x) instead of
e
.
Plotting
Maple can produce a large variety of 2-D and 3-D plots and animations.
Steps Results
2-D Plots
Annotating Plots
Plot Options
Steps Results
Using the Exploration Assistant
Steps Results
Entering Maple Commands
Maple has over 5000 commands, which you can call
directly.
(6.1)
:
Example: Load the LinearAlgebra package. Now add
a colon to the end to see the difference.
(6.5)
Steps Results
You can open the help system at any time from the
Help tab by selecting Help . From here, you can
Training videos
20250321