Quick Help - Detailed Information - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Getting Started : Quick Help - Detailed Information

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

Math Editor Shortcuts

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

Evaluate and Display on New Line

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

14x4+12x2

From the Expression palette, select fⅆx  

x^3 + x Tab x and press Enter.

factor(x^3+x);

xx2+1

Enter text as it appears and press Enter.

 

 

To display the result beside the original expression, see Evaluate and Display Inline.

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.

 

 

Example

Steps

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.

 

 

Example

Steps

x2

x^2

View the Context Panel for this expression. The options include: differentiate, evaluate at a point, and more.

x2evaluate 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.

 

 

Example

Steps

diffsinxcosx,x

cosx2sinx2

Enter text as it appears and press Enter.

diffsinxcosx,x

cosx2sinx2

= combine

cos2x

Select from the Context Panel Combine > trig.

 

 

Toggle Math/Text

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.

Examples

Steps

A parabola has the form y=a2x+bx+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.

Examples

Steps

x3+x2 ⅆx

From the Expression palette, select fⅆx 

x^3 + x^2 Tab x

int(x^3+x^2, x);

F5

Enter text as it appears.

 

Toggle Executable Math

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.

Exit Fraction/Superscript/Subscript

To leave the superscript, subscript, or denominator of a fraction, use the right-arrow key.

Example

Steps

x2

x^2

Right-arrow to leave the superscript region

x__a

For a literal subscript (subscripted variable name), use two underscores:

x__a

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.

Assignments

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.

 

Examples

Steps

Let x5

F5 Let F5 a:= 5 Enter
(F5 is the toggle between Text mode and Math mode.)

a := 5:

Enter text as it appears and press Enter.

 

Functions

To define a function, use the arrow notation.

 

Mode

Examples

Steps

f:=xx2: 

f3 = 9 

From the Expression palette, select f:=ay

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;

Gx,y,zx2+y2+z2

G(-1,0,1);

2

Enter text as it appears. Press enter to evaluate.

 

Equations

Equations are represented using the = sign.

y=mx+b

 

To assign an equation to a variable, use the assignment operator.

eqn y=mx+b

 

After assigning the equation to a variable name, you can use the name to manipulate the equation.

rhseqn= mx+b

 

Command Completion

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.

 

 

Example

Steps

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.

       

 

Example

Steps

Student[LinearAlgebra][GramSchmidt]

Stud Esc [L Esc [Gr 

Navigate Placeholders

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.

Additional Resources

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.