$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
$MaxPiecewiseCases gives the maximum number of cases to allow in explicit Piecewise objects generated by expanding any single piecewise function.
$MessagePrePrint is a global variable whose value, if set, is applied to expressions before they are included in the text of messages.
$OutputSizeLimit specifies the maximum size in bytes of expressions that will automatically be output in their entirety in a Mathematica notebook.
$RecursionLimit gives the current limit on the number of levels of recursion that Mathematica can use.
Finding singular values and norms of matrices. The singular values of a matrix m are the square roots of the eigenvalues of m.m^*, where * denotes Hermitian transpose. The ...
Now that we have introduced the basic features of patterns in Mathematica, we can use them to give a more or less complete example. We will show how you could define your own ...
In addition to the interfaces of Import and Export, Mathematica 8 comes with an autoloading mechanism that simplifies the registration of formats used by the Import and ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...