MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
StackBegin[expr] evaluates expr, starting a fresh evaluation stack.
VectorColorFunctionScaling is an option for graphics functions which specifies whether arguments supplied to a vector color function should be scaled to lie between 0 and 1.
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.
$Language is a list of strings which give the names of languages to use for messages.
$Messages gives the list of files and pipes to which message output is sent.
In doing a calculation with Mathematica, you usually go through a sequence of steps. If you want to, you can do each step on a separate line. Often, however, you will find it ...
This package provides functions for the generation of standard waveforms and waveforms with user-specified spectra, the synthesis of amplitude and frequency modulated ...
BodePlot[g] gives the Bode plot of a rational function g in one complex variable.BodePlot[sys] gives the Bode plot of a TransferFunctionModel or StateSpaceModel object ...
LogLinearPlot[f, {x, x_min, x_max}] generates a log-linear plot of f as a function of x from x_min to x_max. LogLinearPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates ...