|
Starting Mathematica
On Windows:
Click Start, point to Programs, and choose Mathematica 5 from the Mathematica program group.
On Mac OS X:
Double-click the Mathematica 5.0 icon. If you have placed it in the Dock, you can single-click to launch from there.
On Unix or Linux:
In a shell, type
mathematica
Here is a typical screen after startup.
On the left is a new notebook.
On the right is the Basic Input palette. You can use the Basic Input palette to enter common mathematical symbols and notation.
Click a button in the Startup palette to watch the introductory tutorial, open the Help Browser, or visit the Wolfram Research homepage.

First Steps with Mathematica...
Type 2+2 and then press   (hold down the SHIFT key and press ENTER) to tell Mathematica to evaluate your input.

Labels are added automatically.
Output is placed below the input.

Your first calculation will take longer than subsequent calculations because the Mathematica kernel has to start up.
|
Mathematica is made of two parts: a kernel and a front end. The kernel is the part that does calculations. The front end is the part that handles notebooks and interaction with the user.
|
|