Maple Fundamentals Guide: Talking To Maple Steps Results
Maple Fundamentals Guide: Talking To Maple Steps Results
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 a
important resources for new users, and can
be turned off later if desired.
Click on the New Document icon, on the top
left of the page to open a blank document.
Using [ENTER]
You can start by typing math into your
Maple document and pressing [ENTER] in
order to see the result.
Using [Alt]+[ENTER]
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.
Label References
(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)
Example: Define a function to take a
value, w, and return its square.
4 (2.7)
Tip: You can also enter math into Maple by taking a picture of it with your phone using the
free Maple Companion app. The app also lets you solve many problems directly on your
phone. Learn more
Adding Text
You can include text throughout your Maple document.
Steps Results
Press [F5] to change from math input to The solution can be expressed as
text input, and start typing text. Try typing
the start of the sentence on the right.
You can combine text and math in the same The solution can be expressed as
line. Place your cursor at the end of your , so it's easily found.
sentence, and press [F5] again to return to
math input. Once you have entered your
mathematical expression, press [F5] again
to return to text.
Now delete the equal sign and replace it We know that can be rewritten
2
with text. as , so...
Change the +1 to -15, highlight the entire We know that can be rewritten
sentence and click the execute all as , so...
selected groups button, [ ! ], to re-
execute the computation.
By default, all mathematics in your text is The solution can be expressed as
live, and will be evaluated if you execute it , so it's easily found.
explicitly. Consider the first text example
again. Highlight the entire sentence and
(3.1)
click on [ ! ]. Notice that the results of the
computation appear after the text. The
same thing will happen if you execute the
entire document using [ !!! ].
Tip: If you are trying to enter math but it doesn't seem to be formatting properly, you are
most likely in text mode. In math mode, the cursor is slanted and if you are in Document
mode, it will also have a dotted box around it. In text mode, the cursor appears as a
vertical bar. You can also check what mode you are in by looking at the top left of the
toolbar. In text mode it will look like . In math mode it will look like . You can
use these toolbar buttons to change modes as an alternative to pressing [F5].
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
.
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
Example: Type
but don't press [ENTER]. Select Explore
from the context panel. From here, you can
set the range of values you want to explore,
as well as specify any variables to skip.
When you select skip, that parameter
remains as a symbolic unknown in the
expression; no slider will be created to
control that value. With this expression,
choose to skip x and y. Move the sliders to
change the plot.
Steps Results
Steps Results