Maple QuickStartGuide
Maple QuickStartGuide
Introduction
In this introductory course, you will become familiar with and comfortable in the Maple
environment. You will learn how to use context menus, task assistants, and palettes to
perform powerful analyses and create high-impact graphics with only a minimal
knowledge of commands. You will also learn how to create technical reports that
capture the knowledge behind an analysis directly in the Maple document. This course
will give you the tools you need to get started quickly, and a solid foundation upon
which to build your future Maple explorations.
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 for non-Windows or international users: The keystrokes given in this
document are for Windows using a QWERTY keyboard. If you are using a different
platform or keyboard, see Help> Quick Help for the list of the most common keystrokes
or the 2-D math shortcut keys help page.
Talking to Maple
In this section, you will learn the basics of asking Maple a question and getting a result.
Steps
Results
Using [ENTER]
When you launch Maple you start with a
blank document, with menus and toolbars
at the top, palettes on the side. At the
cursor, you can start typing math. Press
[ENTER] to see the result.
(2.1)
Using [Alt][ENTER]
In the example above, we obtained a
result by pressing [ENTER] after our
input.
Context Menus
You can use Maple's context menus to
perform a wide variety of operations.
integrate w.r.t. x
integrate w.r.t. x
Smart Popups
It is also possible to generate plots and to
apply commands using Smart Popups. To
turn on smart popups, the
button in
the Maple toolbar must be selected.
Example: Enter
and hit
(2.2)
integrate w.r.t. x
Entering Math
There are a number of methods to enter math into Maple. You can enter math using a
combination of palettes, keyboard shortcuts, context menus and commands. Most
operations can be entered in more than one way, so you can pick the method you are
most comfortable with.
Steps
Results
5
6
=
Example: On a new line, enter 1/2 + 1/3.
5
6
at 5 digits
0.83333
Palettes
Maple has over 1000 palette symbols
within the palette menus. You can also
use Maple's expression palette to input
expressions. The expression palette
contains fill-in-the-blank templates for
common operations.
(3.1)
=0
Symbol Completion
The symbol completion mechanism
provides an alternative to palettes for
entering symbols.
(3.2)
. To enter
[Ctrl][Space].
Case-Sensitivity
=
Maple is case-sensitive.
".
".
Implicit Multiplication
Maple understands implicit multiplication.
Example: Enter
=
=
=
using no space,
Mathematical Notation
solve DE
Label References
Maple uses label references.
(3.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.
Variable Assignment
(3.4)
In order to assign a value to a variable
name, the colon-equals operator is used.
(3.5)
(3.6)
(3.7)
Tip: Find the list of keyboard shortcuts for your platform. Click Help > Quick Help
menu, and select Math Editor Shortcuts.
Steps
Results
The integral
The integral
is equal to
is equal to
The integral
is equal to
, as you can
computation.
plainly see.
Tip: Pressing [F5] allows you to easily toggle between math input and text input.
Tip: In math mode, the cursor is slanted and has a dotted box around it. In text mode,
the cursor appears as a vertical bar.
Tip: To check what mode you are in, look at the top left of the toolbar. In text mode it
will look like
can also use these buttons to change modes as an alternative to pressing [F5].
. You
Plotting
Maple can produce 2-D and 3-D plots of equations and expressions.
Steps
Results
2-D Plots
Now we will demonstrate plotting in
Maple. The fastest way to plot an
expression in Maple is to use the context
menu.
Combining Plots
You can easily add another plot on the
same set of axes.
Annotating Plots
You can add additional information to
plots by using the drawing tools. Lines,
arrows, text, 2D math, and shapes are
available.
3-D Plots
Example: Enter an expression in x and y
(e.g.
). Right-click on the
expression and use Plots > 3-D Plots >
x,y from the context menu.
Plot Options
You can modify the look of your plot in a
variety of ways.
Plot options can be changed by rightclicking on the plot and modifying the
options within the contest menu. Note
that the choices available in the context
menu are specific to 3-D plots.
Steps
Using the Plot Builder
Assistant
Plots can easily be created in Maple using
the builtin Plot Builder.
Results
a
0
10
10
Math Apps
Drum Vibrations
Tip: You can also view Math Apps online using the online Maple Cloud.
Entering Commands
While many operations in Maple can be done through the use of context menus and
other interactive tools, Maple also has a rich programming language.
Steps
Results
(7.1)
(7.2)
(7.3)
You can avoid having to type the longform of each command by pre-loading the
desired package. You can use a colon at
the end of the command to suppress
output.
(7.4)
(7.5)
Example: Load the LinearAlgebra
package first using a colon. Try again
without the colon to see the difference.
Feature
Where to Find It
Tables
Drawing canvas
View>Header Footer
Feature
Start-up dialog
Input Display...
vs. x^2
3.141592654
(9.1)
3.141592654
Add item to Favorites Palette.
(9.2)