Maple V is old

The newest version is installed as maple. If you need to run maple version V, please use maple5 or xmaple5.

Maple V in the Geometry Lab

Maple V Release 5 is installed, and running on: DEC, Linux, and SGI machines. On the Sun machines, (still running SunOS 4.x) Maple V Release 3 is installed, as the newest maple release runs only under Solaris 2.x.

To run: use either maple or xmaple. See the notes below for running xmaple.

More information available from Waterloo Maple's web site.

Share Library

The Maple Share Library is a library of Maple routines, Maple packages, Maple worksheets, and other files which have been freely contributed by Maple users to the Maple community.

The Share Library files can be viewed and browsed at Maple's home pages.

To load the Share Library into Maple V, use the command with(share). After loading Share, use the command ?share,contents to view a list of the packages in the Share Library.

Notes for xmaple

On all the machines, you will see the following warning, which can be ignored.

     X Toolkit Warning:
         Name: menuitem
         Class: XmToggleButtonGadget
         Illegal mnemonic character;  Could not convert X KEYSYM to a keycode


On the linux machines, xmaple may die with a Segmentation fault. To work around this, specify the X display using the numerical IP address of the host. The host is the machine named in the DISPLAY variable; it may be the machine in front of which you are sitting, or it may be the remote machine (e.g. when using ssh -X). The IP address may be obtained by the command host. For example:


stever@toro{stever}xmaple
Segmentation fault
stever@toro{stever}echo $DISPLAY
toro:11.0
stever@toro{stever}host toro
toro.cs.mcgill.ca   	A	132.206.3.109
stever@toro{stever}xmaple -display 132.206.3.109:11.0