Quick Help
Math Editor Shortcuts
Evaluate and Display on New Line
Evaluate and Display Inline
Toggle Math/Text
Toggle Executable Math
Exit Fraction/Superscript/Subscript
Assignments
Functions
Equations
Command Completion
Navigate Placeholders
Additional Resources
Keyboard shortcuts are available for all operations, in addition to palette and mouse operations.
Common Keyboard Shortcuts (See full list)
Symbol/Formats
Key
Example
Toggle between math and text mode1
F5
Example using fraction: 14 (Math mode) versus 1/4 (Text mode)
Command/symbol completion
Esc, Mac and Windows
Ctrl + Space, Windows
Command + Shift + Space, Mac
Ctrl + Shift + Space, Linux
Fraction2
/ (forward slash)
14
Exponent (superscript)2
^ (caret)
x2
Indexed subscript2
Ctrl + _ (Command + _, Mac)
xa
Literal subscript2 (subscripted variable name)
__(two underscores)
x__max
Escape next character for entering "^"
\^ (caret)
u^v
Square root
sqrt+command/symbol completion keys
25
Navigating the expressions
Arrow keys
1x⁢+⁢12
1 F5 is a three way toggle between math, text, and nonexecutable math modes. See Toggle Math/Text.
2 use right arrow key to leave denominator, superscript, or subscript region
Use Enter to evaluate your mathematical expression or Maple command. Maple calculates and displays the result on a new line.
Examples
Steps
∫x3+x ⅆx
14⁢x4+12⁢x2
From the Expression palette, select ∫fⅆx
x^3 + x Tab x and press Enter.
factor(x^3+x);
x⁢x2+1
Enter text as it appears and press Enter.
To display the result beside the original expression, see Evaluate and Display Inline.
In Document mode, use Alt+Enter (Alt+Return, for Mac) to evaluate your mathematical expression or Maple command and display inline.
1+1 = 2
1 + 1 Alt+Enter (Alt+Return, for Mac)
sinπ3 = 32
sin(
From the Common Symbols palette, select π.
/3)
Alt + Enter (Alt + Return, for Mac)
To display the Maple palettes, see Arranging Palettes in Your Worksheet.
Clickable Math via the Context Panel
To easily manipulate an expression in Maple, select the expression to display a context-sensitive list of applicable options in the Context Panel, located on the right side if the Maple window. When you choose an item in the context panel, the result is displayed inline.
x^2
View the Context Panel for this expression. The options include: differentiate, evaluate at a point, and more.
x2→evaluate at point0.25
For example, select Evaluate at a point, and then x=0.5
Context-sensitive options are available for Maple input and output.
diffsinx⋅cosx,x
cos⁡x2−sin⁡x2
= combine
cos⁡2⁢x
Select from the Context Panel Combine > trig.
In Document mode, toggling between Text and Math modes switches between entering text and entering 2-D mathematical expressions x2y.
Use the F5 key to toggle between three states: executable math, text entry, and nonexecutable math. Math mode is characterized by a slanted, italic prompt (/) whereas the Text mode is characterized by a regular prompt (|). Executable math is math you want to evaluate, whereas nonexecutable math is for display purposes only.
In Document Mode
Here, the first example uses nonexecutable math, and the second example uses executable math, and then evaluates and displays output.
A parabola has the form y=a2⋅x+b⋅x+c
A parabola has the form F5 y=a*x^2+b*x+c
A simple problem: 1+3 = 4
F5 A simple problem: F5 F5 1 + 3 Alt + Enter
(Alt + Return, for Mac)
Note: For more information see Select Entry Mode.
In Worksheet Mode
In Worksheet mode, toggling between Math and Text modes switches between 2-D and 1-D Math commands.
∫x3+x2 ⅆx
x^3 + x^2 Tab x
int(x^3+x^2, x);
Enter text as it appears.
To prevent execution of a math expression, make the math nonexecutable. Click the expression and use the shortcut Shift + F5.
For details, see Executable and Nonexecutable Math.
To leave the superscript, subscript, or denominator of a fraction, use the right-arrow key.
Right-arrow to leave the superscript region
x__a
For a literal subscript (subscripted variable name), use two underscores:
Right-arrow to leave the subscript region
1x+2y+3
1/x+2/y
Right-arrow to leave the denominator of 2y
+3
Right-arrow to leave the denominator
Note: In Maple, subscripts can be indexed or literal. For details, see 2-D Math Shortcut Keys and Hints.
Use := (colon equals) to assign a value to a variable.
Note: To make the assignment, you must execute the statement. You can terminate the statement with a colon (:) if you do not want to see the output. In document mode, you can alternatively Toggle Input/Output Display to prevent display of the output.
Let x≔5
F5 Let F5 a:= 5 Enter (F5 is the toggle between Text mode and Math mode.)
a := 5:
To define a function, use the arrow notation.
Mode
f:=x→x2:
f⁡3 = 9
From the Expression palette, select f:=a→y
f Tab
x Tab
x^2: Enter
f(3) Alt + Enter (Alt + Return, for Mac)
G := (x,y,z) -> x^2+y^2+z^2;
G≔x,y,z↦x2+y2+z2
G(-1,0,1);
2
Enter text as it appears. Press enter to evaluate.
Equations are represented using the = sign.
y=m⋅x+b
To assign an equation to a variable, use the assignment operator.
eqn≔ y=m⋅x+b
After assigning the equation to a variable name, you can use the name to manipulate the equation.
rhs⁡eqn= m⁢x+b
When you type a symbol name in Math mode, Esc (see command/symbol completion keys) automatically converts the name into a properly displayed symbol. When you type the first few letters of a symbol name, Esc displays a popup list of matching symbols. Use Tab to select the proper completion.
x
sqrt then Esc then Tab x
In Math and Text modes, the command/symbol completion keys are used to complete a Maple command or a user-defined variable name. All possible completions are displayed in a popup list. If there is a unique choice, the command is completed automatically.
Student[LinearAlgebra][GramSchmidt]
Stud Esc [L Esc [Gr
The Expression palette and task templates use fill-in-the-blank placeholders. To fill the placeholders, complete the first entry and then Tab to the next.
The Tab key is also used for indenting in Text mode. You can control whether the Tab key is for moving between placeholders or indenting by using Format > Tab Navigation. See Using the Tab Key.
Maple Help
To display the Maple Help Navigator: Select Help > Maple Help or press F1.
To display the Quick Reference Card: Select Help > Quick Reference or press Ctrl + F2.
To display help on a particular topic: Enter ?topic or place the cursor on the topic name and press F2. For example ?factor displays the help page for the factor command.
Interactive Assistants, Tutors, Task Templates, and Demonstrations
Access an extensive list of interactive assistants, tutors, task templates, and demonstrations through the Tools menu.
Tools > Assistants provides access to easy-to-use assistants that allow you to accomplish various tasks through point-and-click interfaces. Assistants include code translation, creating plots, and converting units.
Tools > Math Apps provides access to interactive demonstrations for exploring concepts in mathematics and science.
Tools > Tutors provides access to interactive tutors covering topics in precalculus, calculus, vector calculus, multivariate calculus, linear algebra, numerical analysis, differential equations, and statistics.
Tools > Tasks > Browse is the entry point to an extensive list of task templates, which show you the steps needed to solve a particular problem and provide you with a fill-in-the-blank template of the corresponding Maple command.
Download Help Document