Where to find more HELP and DOCUMENTATION about Maple
The X version of Maple uses graphical online help, which can be used
from the Help menu in the upper right corner, or by typing help
queries at the command line as described below. (The online help in
the TTY version has fewer features, but uses the same command-line
syntax.)
To get help on a specific topic, type:
> ?topic
For help on using the help system, type
> ?help
or > ?helpguide (X version only)
For a list of help topics, type
> ?index
To get a list of built-in variables (constants like 'Pi', etc.), type:
> ?ininames
To get a list of built-in routines (functions like 'sin', etc.), type:
> ?inifcns
There are several other sources of information which might be helpful:
1. The "Maple on Athena" document is available from CopyTech and
through On-Line Help. To access it, type:
athena% help maple
or go to http://web.mit.edu/olh/Maple/Maple.html
2. The official Maple manuals are published by Springer Verlag and
can be found in the library reference collections and the
consulting office (1st floor N42). They can also be purchased from
Quantum Books or the MIT Coop. The set currently includes:
- "Maple V Learning Guide"
- "Maple V Programming Guide"
3. The "Maple at MIT" web page contains general information on
Maple resources and some MIT-specific information:
http://web.mit.edu/maple/www/home.html
4. SIPB provides assistance with Linux-specific questions for MIT people
using the Linux version of Maple. Send email to linux-help@mit.edu.
|