DynamicModule[{x, y, ...}, expr] represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in ...
ColumnLabels is an option for StemLeafPlot which specifies the labels for columns.
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.
AiryBi
(Built-in Mathematica Symbol) AiryBi[z] gives the Airy function Bi(z).
DawsonF
(Built-in Mathematica Symbol) DawsonF[z] gives the Dawson integral F(z).
RotationAction is an option for three-dimensional graphics functions that specifies how to render 3D objects when they are interactively rotated.
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.
Miscellaneous`WorldPlot` functionality is now available in the newly created World Plotting Package. Many enhancements are available through the built-in Mathematica kernel ...
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...