Math 262A, Fall 1999
Software Installation on euclid

maple and xmaple V.4:

If you do not already have a file ~/.mapleinit, just type
                cp ~m262f99/mapleinit ~/.mapleinit
If you do have your own ~/.mapleinit, examine this one and make suitable changes to yours.
This file tells maple where to find the libraries for the various programs that have been installed.

6/27/01: When the class was taught, everyone had accounts on a computer where all the software and worksheets were installed.  You will have to obtain and install the relevant software on your own.  The file ~/.mapleinit as it was in our environment is shown below for illustrative purposes. 

Lib262 := `/home/m262f99/`:
 
HomeLib := `/opt/maple/packages`:       # HomeLib used by SF
KoepfLib := cat(Lib262,`KOEPF`):
 
libname :=
         HomeLib,
         KoepfLib,
        cat(Lib262,`GFUN`),
        cat(Lib262,`CHYZAK/Mgfun/Lib`),
        cat(Lib262,`GUESS`),
        libname: