Documentation
Mathematica 6.0.1 for Mac OS X
Documentation table of contents.
Introduction
Mathematica is a mathematical application package that supports symbolic and numeric computations, as well as graphics. You can use it interactively by issuing commands at a simple command line prompt, or as a scientific programming language.
This version of Mathematica combines both the Kernel and Notebook necessary to run the software into one installation package for Windows operating systems. Mathematica 6.0.1 functions virtually identically to the UNIX version of Mathematica, but does not require a connection to UBUnix in order to run.
Note
The installation steps for Intel-based and PowerPC-based Apple computer products is identical.
Installing Mathematica
- Insert the Mathematica 6.0.1 CD into your CD drive. The following window will appear. Double-click on the Mathematica.dmg icon to begin the installation.

- The software will automatically mount the Mathematica drive on your computer.

- Click on the Mathematica icon and drag it into your Applications folder on your computer.

- Please wait while the software is copied into your Applications folder. Installation of Mathematica is complete. In order to use Mathematica, you will need to register your software and obtain a password.

- To register your copy of Mathematica, first find it in the Applications folder. Double-click on the Mathematica icon.

- Enter your name, University at Buffalo as your Organization, and the License Number provided to you with your copy of Mathematica, then click OK.
- You will need a password from Wolfram Reasearch in order to continue installing your copy of Mathematica. To do this, you will need to fill out an online registration form that automatically replies to the email address you give during registration. To begin the online registration process, click the Web button next to the Password field.

- A browser window will open redirecting you to the Wolfram Research Registration page. Select I want to register a product and generate a password, if it is not already. Click Continue.

- Select software version 6.0.1; Single User; 2 processes. Click Continue.

- Complete the User Information form, then click Continue.

- You have successfully registered your copy of Mathematica. Your password will be emailed to you shortly including all relevant registration information.

Mathematica Notebook
A Mathematica notebook is a complete interactive document that can contain ordinary text, hyperlinks, and graphics, as well as Mathematica input and output. A notebook file is platform independent and can be used on any computer system that supports Mathematica. Within a notebook, you have access to full online documentation, including The Mathematica Book.
Notebook and Cells
Mathematica documents are called notebooks. The basic unit in a notebook is called a cell, which is analogous to a paragraph in ordinary text. Each cell can contain explanatory text, mathematical formulas, or graphics, but no combinations of these items.
The cell bracket is a small rectangular-shaped object at the right edge of the notebook window. A cell bracket indicates the extent of a cell. As you enter more lines of text in a cell, the cell bracket will expand.
Each cell appears similar to the example below:

You can select a whole cell by clicking on the cell bracket, enabling you to move it to other parts of your notebook, or to other notebooks. You can also group cells together into sections or chapters to help organize your calculations and routines.
The format of a cell is determined by its style. Styles include input, output, text, title, subtitle, section, subsection, etc. By default, new cells are input cells.
To insert text into a cell, click once in the blank section of the notebook to get a cell insertion bar, choose Text from the Style submenu of the Format menu, and start typing.
To change the style of an existing cell, select the cell by clicking on its bracket, and choose the desired style from the Style submenu of the Format menu.
For more information on the notebook and cell, please refer to the online help.
Command Syntax
Because Mathematica input is case-sensitive, it must be exact. Functions begin with capital letters. They can also contain uppercase letters within the function name itself. Input is also sensitive to spaces. In the absence of an operator, a blank space denotes multiplication.
Mathematica accepts input at its prompt (In[x]:=
where x is the input statement
number). The number is identified with a specific input and output pair,
which can be retrieved later by the symbol %
and the number. The following example demonstrates how Mathematica performs
numeric calculations:
In[1]:= 49-46^4*4
Out[1]:= -17909775
In[2]:= (23+430*(457/3)^2)/2
Out[2]:=89805277/18
In the second output, the result is given as a rational number. Mathematica
converts its output to real numbers with the addition of //N
to the input. For example:
In[3]:= %2 //N
Out[3]:= 4.9819 10^6
The symbol % and the number 2 recall the second output and re-evaluate it with the addition of //N.
Palettes
Palettes allow you to input special characters and mathematical notations. They are like extensions to your keyboard. Some palettes also do evaluations. If the Basic Input palette is not open, you can open it from the Palettes submenu of the the File menu.
Here is an example of buttons from the Basic Input palette.

To use a button from the palette — in this case, the integral button — click once in the blank section of the notebook, and then click the integral button on the palette. This will highlight the first placeholder box, indicating the area in which text will be placed. Fill in the integrand by entering Tan[x]. Press the Tab key to move to the next box and fill in the variable of integration x. Press Shift and Return simultaneously to have Mathematica evaluate the integral.
Additional Information
Choosing Help from the Help menu gives you access to Mathematica's online documentation, including Built-in Functions, Add-Ons, The Mathematica Book, Getting Started, Demos, Other Information, and the Master Index.
For a complete description of Mathematica, please
refer to the following books, published by Wolfram Research:
Getting Started with Mathematica Under UNIX and X
The Mathematica Book
Mathematica Standard Add-On Packages
You can also access these books online from the Help menu within a notebook.

