Modules for Differential
Calculus
Maple Tutor
Part 1: Elementary
Calculations
Each of the command entry
instructions below is sent to Maple for processing by pressing the
RETURN or ENTER key on your keyboard.
- In the Maple worksheet,
type
2+3;
and then press RETURN or ENTER. (From now on, we will not add this
last part of the instruction.)
- Enter
2-3;
- Enter
2*3;
- Enter
6/3;
- Enter
2^3;
Note that each line must
be ended with a semicolon. That's how Maple knows that a
single command is complete. The majority of errors made by beginners
in Maple are omissions of semicolons.
Send comments to the
authors <modules at math.duke.edu>
Last modified: June 23,
1997