$MachineName is a string that gives the assigned name of the computer on which Mathematica is being run, if such a name is defined.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
$SessionID is a number set up to be unique to a particular Mathematica session.
Mathematica 8 provides functions that allow developers to implement file format converters to be integrated with the Mathematica Import and Export framework. You can ...
The general form of an ODE with order n is As in the case of second-order ODEs, such an ODE can be classified as linear or nonlinear. The general form of a linear ODE of ...
It may happen that a given ODE is not linear in y(x) but can be viewed as a linear ODE in x(y). In this case, it is said to be an inverse linear ODE. This is an inverse ...
Mathematica by default interprets any sequence of letters or letter-like forms as the name of a symbol. All these are treated by Mathematica as symbols. Symbols with built-in ...
Introduction Finding Expressions That Match a Pattern Naming Pieces of Patterns
Introduction Random Generation Functions Seeding and Localization
Every version of Mathematica is subjected to a large amount of testing before it is released. The vast majority of this testing is done by an automated system that is written ...