Riemann Package Version 1.1 (Dec 20, 1995) by Renato Portugal (portugal@cat.cbpf.br) and Sandra L. Sautu (sautu@lca1.drp.cbpf.br) FTP address: anonymous@lca1.drp.cbpf.br (152.84.252.200) Directory: pub/Riemann The available files are: READ.ME - This file. Riemann1.ms - A tutorial worksheet with general explanations. Riemann2.ms - A worksheet showing the calculation of the geometrical quantities of Schwarzschild metric. Riemann3.ms - A worksheet with calculations in Kerr metric using null tetrads. Riemann - The code of the package. riemann.zip - All previous files (zipped - zip or pkzip). riemann.tar.gz - All previous text files (compressed by gzip). INSTALLATION INSTRUCTIONS ========================= Inside Maple V.3: maple> read Riemann; maple> save `Riemann.m`; # (to create a compiled version) The Riemann package can be loaded by the function with. The user must give the path where the package has been installed. Let us suppose that it has been saved in the directory /home/john. Then, inside Maple V.3: > libname := libname, `/home/john`; > with(Riemann);