SystemDialogInput["type"] brings up an interactive system dialog and returns the value chosen in the dialog. SystemDialogInput["type", init] uses init as the initial setting ...
SystemsModelExtract[sys, {i_1, i_2, ...}] extracts the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
$MachinePrecision gives the number of decimal digits of precision used for machine-precision numbers.
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 ...
If you have special-purpose programs written in C or Fortran, you may want to take formulas you have generated in Mathematica and insert them into the source code of your ...
Mathieu and related functions. The Mathieu functions MathieuC[a,q,z] and MathieuS[a,q,z] are solutions to the equation y^′′+[a-2qcos(2z)]y0. This equation appears in many ...
Mathematica supports an extremely wide range of mathematical notation, although often it does not assign a predefined meaning to it. Thus, for example, you can enter an ...
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...