InverseFourierSequenceTransform[expr, \[Omega], n] gives the inverse discrete-time Fourier transform of expr.InverseFourierSequenceTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...
LatticeReduce[{v_1, v_2, ...}] gives a reduced basis for the set of vectors v_i.
Likelihood[dist, {x_1, x_2, ...}] gives the likelihood function for observations x_1, x_2, ... from the distribution dist.
ListPointPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a 3D scatter plot of points with coordinates {x_i, y_i, z_i}. ListPointPlot3D[array] generates a 3D scatter ...
NicholsGridLines is an option to NicholsPlot that specifies contours of constant magnitude and constant phase of the closed-loop system.
RadioButtonBar[x, {val_1, val_2, ...}] represents a radio button bar with setting x and with labeled radio buttons for values val_i.RadioButtonBar[Dynamic[x], {val_1, val_2, ...
ToBoxes
(Built-in Mathematica Symbol) ToBoxes[expr] generates boxes corresponding to the printed form of expr in StandardForm. ToBoxes[expr, form] gives the boxes corresponding to output in the specified form.
Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
VertexIndex[g, v] gives the integer index for the vertex v in the graph g.
SQLInsert inserts data into a database. An alternative, using raw SQL, is described in "Inserting Data with Raw SQL". If you find that the examples in this tutorial do not ...