This file describes the installation of ExpandedLiePointSymmetry for Maple.
This package is no supported by earlier version.
I. Install the files.
Under Unix:
1. Download the file: ExpandedLiePointSymmetry.tar.gz
Uncompress it by: gunzip ExpandedLiePointSymmetry.tar.gz
(This creates a file `ExpandedLiePointSymmetry.tar'; if gunzip was not available on your machine, download the file `ExpandedLiePointSymmetry.tar' instead.)
2. Restore the files from the archive: tar xpf ExpandedLiePointSymmetry.tar
(Or something similar, depending on your system.)
This creates a directory `ExpandedLiePointSymmetry' and in it:
a directory `tst`
a directory `release` with three files: `maple.lib', `maple.ind', `maple.hdb'.
On a Macintosh or under Windows:
Directly download the three files `maple.lib', `maple.ind', `maple.hdb' from the present ftp site.
You can found some examples from directory tst.
II. Make the ExpandedLiePointSymmetry procedure available to your Maple system.
To this end, the absolute path to the newly created `ExpandedLiePointSymmetry' directory has to be put in the Maple global variable `libname'. This is either done once forever in your `.mapleinit' file or has to be done at the beginning of each Maple session by the command
libname:="
where `
Under Unix:
The `ExpandedLiePointSymmetry' path is something like
`/foo/bar/.../ExpandedLiePointSymmetry/release', so that your command reads:
libname:="/foo/bar/.../ExpandedLiePointSymmetry/release",libname:
On a Macintosh:
Let us suppose that you store the file `maple.ind', `maple.hdb' and
`maple.lib' in the directory `ExpandedLiePointSymmetry/release'.
The `ExpandedLiePointSymmetry/release' path is something like
`MyDisk:ExpandedLiePointSymmetry/release', so that your command reads:
libname:="MyDisk:ExpandedLiePointSymmetry/release",libname:
Under Windows:
The `ExpandedLiePointSymmetry' path is something like `C:\ExpandedLiePointSymmetry\release',
so that your command reads:
libname:="C:\ExpandedLiePointSymmetry\release",libname:
III. Using the ExpandedLiePointSymmetry package.
Type `? ExpandedLiePointSymmetry' in a Maple session to get started.
IV. Examples
Some examples are available in the tst directory or in the help page
`? ExpandedLiePointSymmetry'
V. Warnings
This package comes with ! NO WARRANTY !
Any comments, bug reports, appreciations are welcome !
Please send to: email: Alexandre.Sedoglavic@univ-lille1.fr
Author of the original file INSTALL : Frederic Chyzak