$Context is a global variable that gives the current context.
$InputFileName is a global variable whose value is the absolute file name of the input file from which input to Mathematica is currently being sought.
$Input
(Built-in Mathematica Symbol) $Input is a global variable whose value is the name of the stream from which input to Mathematica is currently being sought.
$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 ...