MathieuC[a, q, z] gives the even Mathieu function with characteristic value a and parameter q.
MathieuS[a, q, z] gives the odd Mathieu function with characteristic value a and parameter q.
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
MaxSteps is an option to functions like NDSolve that specifies the maximum number of steps to take in generating a result.
Orderless is an attribute that can be assigned to a symbol f to indicate that the elements e_i in expressions of the form f[e_1, e_2, ...] should automatically be sorted into ...
Polygon
(Built-in Mathematica Symbol) Polygon[{pt_1, pt_2, ...}] is a graphics primitive that represents a filled polygon. Polygon[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of polygons.
PowerSymmetricPolynomial[r] represents a formal power symmetric polynomial with exponent r.PowerSymmetricPolynomial[{r_1, r_2, ...}] represents a multivariate formal power ...
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...