Installation Instructions for the Riemann Package
- Copy the file Riemann.zip to your machine. It contains the code (Riemann.m)
and the help file (maple.hdb).
- Unzip the file Riemann.zip (with unzip or pkzip).
- Save the code and the help file in a directory. Let's say c:\user\John
- Start a Maple session. The first command is:
libname :=
`c:/user/John`, libname;
or
libname :=
`c:\\user\\John`, libname;
- The next command is:
- The output is something like:
[cleartensor, definetensor, ....
]
- You can use the package now. For help try ?cleartensor or ?definetensor
...
- If anything goes wrong, give the command restart before trying
again. The command with(Riemann) means that Maple is going to read
the file c:\user\John\Riemann.m, if libname has been set up properly.
The command ?definetensor means that Maple is going to look for the
definetensor help page within the file c:\user\John\maple.hdb .