Mathematica

by Anu Rao


Running Mathematica

To run Mathematica (available on ame2.math.arizona.edu), at the Unix prompt simply type

math

If you are not logging in directly to ame2, then you need to redirect the display (see below).

Mathematica is case-sensitive, and all its commands begin in capital letters, sometimes with capital letters interspersed within the name (like CellArray).

Once inside Mathematica, online help is accessed by a "?". For instance, to find out more about the Integrate command, type

In[1]:= ?Integrate

or to get a list of all the commands that include the the word Font in it, type

In[1]:= ?*Font*

Online help is limited, which is why I think some kind of book is helpful when one is getting started (in fact, even when one is an expert!).


Mathematica Examples

The best way to learn this kind of stuff is by example. Below are several examples illustrating what Mathematica is capable of, and how to go about making it do these things. This list is by no means complete. In the examples below, In[*]:= indicates my input, and Out[*]= indicates Mathematica's corresponding output.

Helpful Hints/Notes for Mathematica

http://math.arizona.edu/~swig/documentation/mathematica/index.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!