Videotapes of the lectures are at http://www.msri.org;
click on "Video," then on "Spring 1999," then on "Lie groups and the method
of the moving frame / Exterior Differential Systems, July 12-23, 1999.
" You will need RealPlayer to watch the videos.
In order to install the package, start up Maple and type
"read(`forms5`);"
(This assumes that you downloaded the version for release 5.) Maple will create some files in your home directory and exit. Then you need to make sure that Maple knows to look in your home directory for packages; on most systems this is accomplished by creating a file called "MapleInit" (".mapleinit" on Unix systems) which contains the single line
libname:= libname, "directoryname"
where "directoryname" is the name of the directory where the Forms package lives. The MapleInit file should live in the same directory as the Maple program (or your home directory on Unix systems). Once this is all set up, you can use the package by starting Maple and typing
"with(Forms);"
The files above include descriptions of each of the commands; in theory
these should work as online help, but in practice they don't seem to.