Open up Maple on your lab computer. If you are asked whether you would like to update Maple, you can select No. From the start page, create a new worksheet. Worksheet mode is preferable to document mode, since it is often more user-friendly.
On the first line of your worksheet you should be in Maple input, which is indicated by the > at the start of the line. Type in your first two commands, hitting Enter to run each command:
Capitalization is important in Maple code, so always make sure that Digits has a capital D! However, semicolons are optional at the end of each command. They are used when multiple commands are used together on the same Maple input.
Inserting paragraphs in this way will merge text and maple prompts together into a single group (as of Maple 2025). Ctrl+Shift+J and Ctrl+Shift+K are useful shortcuts for creating paragraphs after or before the current line in this way.
Open up the palettes menu on the top left-hand side of Maple by clicking the small black triangle that points to the right. You may wish to use the Expression palette for the next few exercises. Closing the context panel on the right hand side of Maple will also allow you to see more of the document.
Use the ^ (Shift+6) for quick exponents and the arrow keys to move the cursor. You can create a fraction by encasing the numerator, \(5^2-9\text{,}\) in a set of parentheses before dividing. Alternatively, you can highlight \(5^2-9\) and type the / key to make a fraction.
The mathematical constant \(\pi = 3.1415926...\) must be typed into Maple as capitalized Pi. Never type pi, unless you only wish to display the Greek letter \(\pi\) without its numerical value.
The exp(x) function is the exponential function, \(e^x\text{.}\) Never type \(e^x\) using the βeβ key on the keyboard, as Maple will not recognize it as the exponential function. However, you can find \(e\) and the \(e^x\) function in the palettes toolbar.
If you have accidentally created any additional paragraphs or execution groups that you wish to delete, then delete them now by clicking anywhere on that line and pressing Ctrl+Del on the keyboard.
You can highlight several execution groups or paragraphs with the mouse before combining them into one section. Creating sections does not work as well in document mode, so be sure to always create a new worksheet instead of a document.
(Optional) Go back to the top of your worksheet and change the second line to: > Digits := 50;. Now run the entire worksheet by clicking on the button at the top toolbar: