Mathematica for UNIX

Starting in batch mode

The following is the method to run Mathematica as a batch job:

( Here please note < , > )

Documentation and Help

There is a man page available for Mathematica. To read the manual page type:

Mathematica does not provide help within the math command. There is a command called mathbook which will allow you to access a Mathematica reference of available functions.

Inside Mathematica you can use the following three methods to get information on functions.

Helpful Hints when using Mathematica
  1. Arguments to functions are given in square brackets.

  2. The first letter of build in functions are upper case

  3. Multiplication can also be represented by spaces.

  4. Powers are denoted by ^.

  5. Complex numbers

  6. Using previous results

  7. Manipulating Variables

  8. List:
    When you collect together a bunch of entries and treat them as a single entry, then it's named as a list.

Algebraic Equations

Mathematica has the ability to handle both numeric and symbolic calculations. This allows users to enter algebraic formulas. This has the added advantage of being able to enter the values as they are read, and be able to evaluate results for different values.

More Important Functions Vectors and Matrices

Lists and lists of lists are used in mathematica to represent vectors and matrixes.

Graphics

Unlike some other programs, Mathematica allows it's users to plot actual algebraic functions. One can do 2-d and 3-d plots with a cutomized view port. Also, users have the freedom to change the settings in graphs to customize them accordingly.

Mathematica External interface