Blue
(Built-in Mathematica Symbol) Blue represents the color blue in graphics or style specifications.
Gray
(Built-in Mathematica Symbol) Gray represents the color gray in graphics or style specifications.
White
(Built-in Mathematica Symbol) White represents the color white in graphics or style specifications.
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.
D
(Built-in Mathematica Symbol) D[f, x] gives the partial derivative \[PartialD]f/\[PartialD]x. D[f, {x, n}] gives the multiple derivative \[PartialD]^n f/\[PartialD]x^n. D[f, x, y, ...] differentiates f ...
All the test problems presented in [MGH81] have been coded into Mathematica in the Optimization`UnconstrainedProblems` package. A data structure is used so that the problems ...
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
MardiaSkewnessTest[data] tests whether data follows a MultinormalDistribution using the Mardia skewness test.MardiaSkewnessTest[data, " property"] returns the value of " ...
MatrixExp[m] gives the matrix exponential of m. MatrixExp[m, v] gives the matrix exponential of m applied to the vector v.
"Introduction to Manipulate" and "Introduction to Dynamic" provide most of the information you need to use Mathematica's interactive features accessible through the functions ...