Mathematica immediately allows you to call both standalone programs and individual functions or methods within running programs. Mathematica's architecture allows external ...
Any Mathematica symbol can have both a variety of types of values, and a variety of independently settable attributes that define overall aspects of its behavior.
The standard way in which Mathematica works is to take any expression you give as input, evaluate the expression completely, and then return the result. When you are trying ...
SubscriptBox[x, y] is the low-level box representation for x_y in notebook expressions.
Mathematica is widely used throughout the world for precollege education, in mathematics and many other fields. This page lists a few Mathematica functions used particularly ...
$SharedFunctions is the list of functions currently being shared among parallel kernels.
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
You can use lists as tables of values. You can generate the tables, for example, by evaluating an expression for a sequence of different parameter values. This gives a table ...
The flexibility of Mathematica's symbolic architecture is reflected in its rich collection of carefully defined constructs for localization and modularization. The use of ...
"Defining Variables" discussed assignments such as x=y which set x equal to y. Here we discuss equations, which test equality. The equation x==y tests whether x is equal to ...