Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!dog.ee.lbl.gov!nosc!marlin!judd From: judd@marlin.NOSC.MIL (Randall R. Judd) Newsgroups: comp.sys.next Subject: Re: remote Mathematica Summary: where "math" is located Message-ID: <1723@marlin.NOSC.MIL> Date: 4 Mar 91 05:47:10 GMT References: <27CD8F65.29032@maccs.dcss.mcmaster.ca> <23257@hydra.gatech.EDU> <1991Mar4.042847.18358@nntp-server.caltech.edu> Organization: Naval Ocean Systems Center, San Diego Lines: 23 In article <1991Mar4.042847.18358@nntp-server.caltech.edu>, madler@kanga.caltech.edu (Mark Adler) writes: > > From a terminal window or a remote terminal you can type "math" to get the > Mathematica kernel. Note that this has none of the functionality of the > Notebook interface, so there is no way to access notebooks from the kernel. > > As for help, it has the usual kernel help--e.g. "?Plot" or "??Plot". I have noticed that "math" is no longer in the search path for version 2.0. If you want to use this you will find it in "NextApps/Mathematica.app/Kernel" "math" is actually a little shell script, and can be copied into "/LocalApps" to place it in you search path. "math" is usefull if you want to access a next remotely, or if you want to run batch files. To access the files in Mathematica.app you can cd to it from a terminal or you can open it from the file viewer by using "Open as Folder" in the file menu. There are a lot of interesting files in Mathematica.app that people may be interested in. For instance "psfix" in the Kernel/Utilities directory can be used to make plot files into .eps files. It is also a shell script. The best way to find out about its features is to read it. Randy