PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 4 of 'Mathematica'
[ view 'Mathematica' | back to history ]

Title of object: Mathematica
Canonical Name: Mathematica
Type: Definition

Created on: 2006-10-31 17:49:07
Modified on: 2006-11-01 13:50:27

Creator: Mravinci
Modifier: PrimeFan
Author: akrowne
Author: CompositeFan
Author: Mathprof
Author: Lando47

Classification: msc:68W30

Revision comment (for changes between this and next version):

Added paragraph about certain inf & indet expr's

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

{\em Mathematica} is a computer algebra system produced by Wolfram Research. The first publically available version, 1.0, came out in 1988, the most recent, 5.2, in 2005. Although primarily intended for algebraic and arithmetic computations, Mathematica is also capable of text manipulation and graphics.

The standard installation provides a kernel that does the work of performing the computations requested by the user and a front-end that displays the input and output; the two communicate using "MathLink." Wolfram provides an API for using a different kernel or front-end.

The standard front-end can execute commands whether they are written as they would in a programming language (e.g., ``\verb=Sqrt[Pi^e]='') or typeset using the palettes (e.g., ``$\sqrt{ \pi ^e}$'').

Unix and Linux installations include a command-line front-end that can only accept commands in the former)

Like Maple, Mathematica has its own field in the On-Line Encyclopedia of Integer Sequences.

\PMlinkexternal{Official website}{http://www.wolfram.com/products/mathematica/index.html}