Enter Expressions in Maple Worksheets
|
The following assumes that the Input display option is set to Maple Notation (that is, 1-D math) in the Display tab of the Options dialog. For details, see Options>Display.
|
•
|
For information on using the default 2-D math mode in worksheets, see 2-D Math.
|
|
Entering Expressions as Maple Input
|
|
|
Enter Maple commands at the Maple prompt. Maple recognizes your entry as Maple input and executes the command.
|
1.
|
Enter the Maple input, followed by either a semicolon or a colon. If the input ends with a semicolon, the result is usually displayed, as seen below.
|
| (1) |
|
However, if the input ends with a colon, the result is computed but not displayed.
|
2.
|
Press the Enter key. Maple evaluates the input and displays the output, provided that the input ends with a semicolon.
|
|
Assigning Expressions to Names
|
|
|
Assign a Maple expression to a name so that you can use the expression again in subsequent calculations.
|
>
|
expn := 3 * sin(x) + 2 * cos(x);
|
| (2) |
| (3) |
|
You can also assign equations to names.
|
| (4) |
|
Define your own functions.
|
| (5) |
| (6) |
| (7) |
|
|
Making Maple Commands Inert
|
|
|
As you develop your worksheet, you can use inert Maple commands to help identify each step of the problem-solving process or to delay evaluation.
|
|
|
|
Examples of Maple Functions
|
|
|
Maple functions include most standard mathematical functions such as sin, sinh, arcsin, exp, ln, sqrt, and binomial.
|
|
More advanced Maple functions include the differential operator, the sequence function, and the composition function.
|
|
|
Examples of Maple Objects
|
|
|
Maple objects include expression sequences, lists, and sets.
|
|
|
Download Help Document
Was this information helpful?