To use GRTensor on any of the SGI machines, start up maple
(illustrated here) or xmaple, then load the tensor package and
help files and initialize the package with the readlib()
and grtensor() commands as shown below:
einstein 1> maple
|\^/| Maple V Release 3 (University of Texas - Austin)
._|\| |/|_. Copyright (c) 1981-1994 by Waterloo Maple Software and the
\ MAPLE / University of Waterloo. All rights reserved. Maple and Maple V
<____ ____> are registered trademarks of Waterloo Maple Software.
| Type ? for help.
> readlib(grii):
> readlib(griihelp):
> grtensor():
GRTensorII Version 1.58 (R3)
.
.
.
Defaults read from /usr/local/maple/lib/grtensor.ini
Note that you can put the above three commands in your personal Maple-initialization file
to save you from typing them every time you start a Maple session. The initialization file
must reside in your home directory and must have the name .mapleinit
.
If you wish to copy mine, the command sequence
einstein 1> cd
einstein 2> cp ~matt/.mapleinit .
should do the trick.