$IgnoreEOF specifies whether Mathematica should terminate when it receives an end-of-file character as input.
$LicenseExpirationDate is a date list that gives the expiration date for the license under which Mathematica is being run.
$LicenseServer is a string that gives the name of the license server that is currently authorizing Mathematica to be run.
$Linked
(Built-in Mathematica Symbol) $Linked is True if the Mathematica kernel is being run through MathLink.
$MachineID is a string that gives, if possible, a unique identification code for the computer on which Mathematica is being run.
"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 ...
Dealing with fonts under Linux can sometimes be tricky. The important issues in dealing with fonts in Mathematica are presented in this tutorial for your convenience. The ...
Nested logical and piecewise functions can be expanded out much like nested arithmetic functions. You can do this using LogicalExpand and PiecewiseExpand. Expanding out ...
If you have installed Mathematica in a location where multiple users can run it (for example, on a file server or multi-user machine), then you can set up systemwide defaults ...
The following simple commands allow you to test the installation of Mathematica. Running these commands does not guarantee that the installation was successful, but a failed ...