Mathematica 8 introduces numerous new usability features, including a whole new paradigm for entering input using free-form linguistics that no longer require even ...
This tutorial contains simple examples of DatabaseLink that give an overview of its functionality and some ideas of how to get started. It uses a lightweight database, ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
JankoGroupJ3[] represents the sporadic simple Janko group J_3.
Mathematica contains a very powerful system of integration. It can do almost any integral that can be done in terms of standard mathematical functions.
PreferencesPath is a global option that specifies which directories are searched for user-specific settings when Mathematica is started.
Mathematica can connect to many outside programs. You can use Mathematica 's rich programming language to read and write to other supported programming languages. Mathematica ...
Interpolation[{f_1, f_2, ...}] constructs an interpolation of the function values f_i, assumed to correspond to x values 1, 2, ... . Interpolation[{{x_1, f_1}, {x_2, f_2}, ...
Mathematica has integrated interactive and programmatic access to the full power of the Wolfram|Alpha computational knowledge engine, using it to allow free-form linguistic ...
Write
(Built-in Mathematica Symbol) Write[channel, expr_1, expr_2, ...] writes the expressions expr_i in sequence, followed by a newline, to the specified output channel.