Maple on the Kent Math/CS Computer Network

The Maple Symbolic Computation System is a powerful tool for the analysis of mathematical and scientific problems. It embodies symbolic computing, numerical computing, and visualization features. The system is built around the concept of a Maple worksheet, a file that may contain comments/text, input commands (for Maple to interpret and execute), and output (expressions, formulas, graphics), all nicely formatted for viewing or printing (or for further editing, modification, and/or re-computation).

Maple can be run on any Linux, UNIX, or Windows workstation/PC in our building on which it is properly installed and configured.  Look for a Desktop icon/shortcut or in the "applications" tree.  On Linux and UNIX machines, the execution script should be located in the subdirectory /local/bin/.  On Windows machines, try C:\Program Files\Maple 12\.  If Maple does not appear to be installed (or needs to be upgraded) on your machine, you can submit a request to systems.

Maple is also available to be run on any public-access host on the Math and CS networks through a 10-user floating network license.  In addition to the most recent version, Maple 12, 3 legacy versions are available at present:

VERSION
MOUNT POINT
Maple 9.5
/vol/maple95/
Maple 10
/vol/maple10/
Maple 11/vol/maple11/
Maple 12
/vol/maple/

Due to operating-system restrictions, not all versions run on all servers.  On each machine, the highest supported version is set as the default.  The most recent version, Maple 12, is also the version on the Windows PCs in labs 156 and 158.  Network servers can be accessed by using the Cygwin X-terminal application on the Windows PCs in labs 139, 160, and 162.  Servers include

DEPT
OS
SERVER
Math
HP-UX
arthur.math.kent.edu


mordred.math.kent.edu

Linux
excalibur.math.kent.edu
  lancelot.math.kent.edu
CS
HP-UX
b1.cs.kent.edu (athena)


b4.cs.kent.edu (minerva)

Linux
poseidon.cs.kent.edu (pc1)


neptune.cs.kent.edu (pc2)

To access one of these servers via Cygwin, first double click on the "X" icon on the Windows desktop.  This should launch an X desktop and a remote-server-selection box.  Select the server of your choice, and when prompted enter your valid user ID and password.  Note that Math accounts are valid on math.kent.edu machines; while CS accounts are valid on machines with cs.kent.edu names.

Upon successfully logging in, a Linux or UNIX desktop will be displayed.  You need to open a terminal/console window in order to launch Maple or X-Maple.  On Linux machines, a terminal window can be opened from the Main Menu (extreme left button of the lower panel) under "System Tools / Terminal".  To open a terminal window on an HP machine, punch the terminal icon on the lower panel.


Usage

Linux/UNIX Server:

The Maple graphical user interface is started by typing (at the Linux/UNIX prompt, "$") If you are executing on a remote host (via an ssh login), then you may need to log in with "X forwarding" enabled, e.g.,
$ ssh -X excalibur.math.kent.edu
See Getting Help below if you continue to have problems.

To quit the program, either type (at the Maple prompt, ">")

or select File/Exit from the top menu bar.

A terminal-window version (good for quick calculations) is available by typing

The older, legacy versions of Maple (9.5, 10, 11) can be run directly via

$ /vol/maple95/bin/[x]maple

$ /vol/maple10/bin/[x]maple

$ /vol/maple11/bin/[x]maple

Note that with the release of Maple 10, Maple introduced a new "Document Mode" as the default for Maple worksheets.  It differs from the older "Worksheet Mode" in that it combines text and Maple commands and outputs instead of separating them into distinct blocks.  To override this default on a case-by-case basis, use File/New/Worksheet Mode (vs Document Mode).  To change the default setting, use Tools/Options/Interface/Default format for new worksheets.

Once you are finished with (and have exited) your Maple session, you need to log out of the remote server.  You can log off a Linux host by right clicking anywhere on the open desktop area and selecting the "logout" (last) option in the menu you get.  On an HP machine, log out by simply punching the "EXIT" button on the lower panel.


Learning Maple

First-time users should work through the New User's Tour. This Maple worksheet is loaded into the system by selecting "Help/Take a Tour of Maple" from the top menu bar.  See also Help/Maple Help for an overview of resources.

There are numerous on-line introductions and tutorials on Maple. These have been created by various individuals and are scattered about on the web. Because of the transient nature of much of this type of material, no attempt will be made to maintain any active/current links here. Instead we recommend that you consult the home page of Maplesoft, Inc., the company that owns, distributes, and supports the Maple software, where up-to-date information can be obtained.


Documentation and References

Maple has an extensive on-line help system. It is entered by selecting Help from the top menu bar. Help on an individual command or topic can be obtained by typing

Numerous books have been written about learning and using Maple. Three that I've read and have seen referenced frequently are

Maplesoft, Inc., the company that owns, distributes, and supports the Maple software (and related products) has an excellent home page, which includes a great deal of useful information about other books and on-line information and resources related to Maple.  Check out the "Application Center" and "Maple Links" for a wide array of user resources.


Getting Help

General help concerning our network and systems is available on the information pages for the Math and CS Computer Systems.


Chuck Gartland / gartland@math.kent.edu
August, 1997 (original)
January, 2009 (most recent update)