Conventions for file names. Most files used by Mathematica are completely system independent. .mx and .exe files are however system dependent. For these files, there is a ...
When you make a function definition using :=, the value of the function is recomputed every time you ask for it. In some kinds of calculations, you may end up asking for the ...
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
Total differentiation operations. When you find the derivative of some expression f with respect to x, you are effectively finding out how fast f changes as you vary x. Often ...
You can think of an expression like f[x] as being formed by applying an operator f to the expression x. You can think of an expression like f[g[x]] as the result of composing ...
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
If you want to do simple operations on Mathematica notebooks, then you will usually find it convenient just to use the interactive capabilities of the standard Mathematica ...
Binary
(Mathematica Import/Export Format) Sequence of binary data objects. Binary format. Stores a uniform sequence of simple or compound data types.
lhs ^:= rhs assigns rhs to be the delayed value of lhs, and associates the assignment with symbols that occur at level one in lhs.