Maple Commands and Terminology

Here is a list of the Maple commands and terminology that you should be familiar with by the first exam. You can look up the commands in the Maple help system (click on a command and then hit the F1 key), or you can look for examples of their use in the worksheets from class.

Maple commands.
> factor
> ifactor
> expand
> degree
> lhs
> rhs
> simplify
> subs
> solve
> assign
> Digits
> fsolve
> frac
> trunc
> evalf
> evalb
> eval
> op
> nops
> whattype
> seq
> sum
> map
arrow notation for Maple functions
> unapply
> proc ... end
> if ... then ... else ... fi
> for ... from ... to ... do ... od
> print

Maple terminology.
left-quotes
right-quotes
double-quotes
colon vs. semi-colon
execution groups
assignment operator (colon equals)
expression trees
expressions vs. functions in Maple
formal parameters
actual parameters
local variables
return value

Return to the Maple homework page.
Return to the main Maple page.
Return to the CS 125 home page.


compliments and criticisms