$GeoLocation is a settable global variable that specifies the default geodetic location to use.
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
$OperatingSystem is a string giving the type of operating system under which Mathematica is being run.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
$ProcessorType is a string giving the architecture of the processor on which Mathematica is being run.
$SystemCharacterEncoding gives the default raw character encoding for the computer system on which Mathematica is being run.
Mathematica stores preference settings and initialization data in two directories, $BaseDirectory and $UserBaseDirectory. Within each of these directories are several ...
In doing numerical operations like NDSolve and NMinimize, Mathematica by default uses machine numbers. But by setting the option WorkingPrecision->n you can tell it to use ...
Just as Mathematica allows you to define how expressions should be evaluated, so also it allows you to define how expressions should be formatted for output. The basic idea ...
Mathematical functions in Mathematica are given names according to definite rules. As with most Mathematica functions, the names are usually complete English words, fully ...