2-D Math
2-D math is the default setting in Document Mode and Worksheet Mode. It is executable standard math notation displayed in a format similar to that found in business and education documents. You can make it nonexecutable if needed.
ⅆⅆxx2−ⅇ3 x
2-D math can be used in a document block as above or at a prompt ( ).
In contrast to 2-D math, Maple Input (1-D math) is only used at a prompt. It is executable Maple notation, such as a command for a mathematical operation that Maple can evaluate.
See also Document Mode vs Worksheet Mode.
Basic Usage: 2-D Math and 1-D Math Input
Executing 2-D Math
Using a Palette with 2-D Math Input
Converting 1-D to 2-D Math
Shortcut Keys for 2-D Math
Formatting Options with 2-D Math
Default. Executable standard math notation.
∫sin⁡(x)ⅆx
−cos⁡x
You do not require a semicolon or colon to terminate the command or expression.
When using 2-D math, the Math mode icon is highlighted in the context bar.
To switch between 1-D and 2-D math at an input prompt, press the F5 key or click the entry mode icon in the context bar. Alternatively, access from the Insert>2-D Math menu.
In a document, the 2-D math input, the cursor appears with a gray underbar, and the background text while editing is blue. For example:
The input font is black. To change the appearance of 2-D math, modify the character styles 2D Input (for Worksheet mode) and 2D Math (for Document mode).
1-D Math
Executable Maple notation. An expression in the Maple language.
factor(x^2 + 2*x + 1);
(x+1)2
When entering Maple input and text, the Text mode icon is highlighted in the context bar.
To switch between 1-D and 2-D math, press the F5 key or click the entry mode icon in the context bar. Alternatively, access from the Insert>Maple Input menu.
To customize your interface so 1-D math (Maple Input) is the default at any prompt, change the Input Display setting in the Display tab of the Options Dialog.
In 1-D math input, the input font is red.
Worksheet Mode
All 2-D math in a worksheet can be executed and displayed by pressing the Enter key (Return, for Mac).
For 2-D math in Document Blocks in a worksheet, see the following section.
Document Mode
Execute 2-D math in Document Mode and Document Blocks by using any of the following methods.
Press Alt + Enter (Alt + Return, for Mac) or Ctrl + = (Command + =, for Mac). This evaluates and displays results inline.
Use the Evaulate menu item Evaluate and Display Inline. (This can also be invoked through the context-sensitive menu.)
Use the Evaluate menu item Evaluate.
Press Enter (Return, for Mac). This evaluates and displays results on the next line.
You can make a 2-D math expression nonexecutable. For more information, see 2-D Math Details.
To use a palette with 2-D math:
1. Ensure the palette you require is visible. If necessary, from the View menu, select Palettes>Show Palette> required palette.
2. With your mouse, click a palette expression. The expression is displayed in 2-D math notation in the execution group of the worksheet.
4. The first option is highlighted. Enter your expression, and if necessary use the Tab key to move to the next item.
5. Press Enter.
Palettes make entering expressions more efficient and reduce the possibility of introducing typing errors.
Your worksheet uses standard notation for mathematical content.
To convert 1-D to 2-D math:
1. Enter an expression in 1-D math notation. (Press F5 to switch between 1-D and 2-D math entry.)
2. From the Context Panel, select Convert To>2-D Math Input. The expression is now displayed in 2-D math input notation.
3. Press Enter to evaluate the expression.
Important: Mixed 1-D math and 2-D math is not supported and not recommended stylistically. You cannot mix 1-D and 2-D math inside one command. For example, the following is not supported.
f≔procxx^2end proc;
Error, unterminated procedure
Error, missing operator or `;`
You can, however, have a well-formed 2-D expression and a well-formed 1-D expression in the same execution group. For example,
f≔procx x end proc; x^2;
f:=procxxend proc
x2
Symbol/Format
Key
Automatically Generated in Document
enter/exit 2-D math
F5
Example using fractions: 14 versus1/4
command/symbol completion
Esc, Mac, Windows, and Linux
Ctrl + Space, Windows
Ctrl + Shift + Space, Linux
fraction
/ (forward slash)
or
// (two forward slashes)
14
exponent (superscript)
^ (caret)
Use the right arrow key to leave the superscript area.
atomic subscript
_ _(two underscores)
x__a
Use the right arrow key to leave the subscript area.
square root
sqrt, and then command-symbol completion keys
25
navigating expressions
Arrow keys
The Typesetting Rule Assistant is a graphical user interface for changing the current typesetting rules. These rules control the input and typesetting of 2-D math within the standard worksheet interface. For more information, see Typesetting Rule Assistant.
The 2-D Math Details page gives more information on entering 2-D math.
The Format menu provides the following options which are useful for 2-D math:
Modify the font attributes of the 2-D math expression.
Access the Numeric Formatting and Units Formatting dialogs.
Convert To — For details, see the Convert To help page.
Most of these options are also available through the Context Panel. For more information on the Context Panel, see Context Panel.
See Also
2-D Math Details
2-D Math Shortcut Keys and Hints
Entering Expressions in Maple
Insert Maple Input
Insert Text
Overview of Palettes
Entering Commands in 2-D Math
Download Help Document