Customization is an important part of Mathematica 's extensive data visualization capabilities. While the default settings for displaying points in a plot are suitable in ...
Monte Carlo methods use randomly generated numbers or events to simulate random processes and estimate complicated results. For example, they are used to model financial ...
ArrayRules[SparseArray[...]] gives the rules {pos_1 -> val_1, pos_2 -> val_2, ...} specifying elements in a sparse array. ArrayRules[list] gives rules for SparseArray[list].
JacobiDS[u, m] gives the Jacobi elliptic function ds(u | m).
JacobiSD[u, m] gives the Jacobi elliptic function sd(u | m).
NevilleThetaD[z, m] gives the Neville theta function \[CurlyTheta]_d (z \[VerticalSeparator] m).
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
ReliefPlot[array] generates a relief plot of an array of height values.