$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
$MessagePrePrint is a global variable whose value, if set, is applied to expressions before they are included in the text of messages.
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
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 ...
In many kinds of calculations, you may find yourself typing the same input to Mathematica over and over again. You can save yourself a lot of typing by defining a function ...
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
A symmetric polynomial in variables x_1,…,x_n is a polynomial that is invariant under arbitrary permutations of x_1,…,x_n. Polynomials are called elementary symmetric ...
ShowNETWindow[form] displays the specified .NET form in the foreground.
An important subset of optimization problems is constrained nonlinear optimization, where the function is not linear and the parameter values are constrained to certain ...