FourierSinTransform[expr, t, \[Omega]] gives the symbolic Fourier sine transform of expr. FourierSinTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives the ...
The systems of equations that govern certain phenomena (in electrical circuits, chemical kinetics, etc.) contain a combination of differential equations and algebraic ...
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.
ShowLabeledGraph[g] displays graph g according to its embedding, with each vertex labeled with its vertex number.ShowLabeledGraph[g, l] uses the i\[Null]^th element of list l ...
DefaultDuration is an option to Animate and related functions that specifies the default total duration of the animation in seconds.
$PerformanceGoal gives the default setting for the option PerformanceGoal for graphics and other algorithmic functions.
Introduction ODE Integration Methods Partial Differential Equations
DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
Clock
(Built-in Mathematica Symbol) Clock[] represents a clock variable whose value cycles continuously from 0 to 1 once per second when it appears inside a dynamically updated object such as a Dynamic. ...
Module
(Built-in Mathematica Symbol) Module[{x, y, ...}, expr] specifies that occurrences of the symbols x, y, ... in expr should be treated as local. Module[{x = x_0, ...}, expr] defines initial values for x, ...