Discriminant[poly, var] computes the discriminant of the polynomial poly with respect to the variable var.Discriminant[poly, var, Modulus -> p] computes the discriminant ...
EventHandler[expr, {"event_1" :> action_1, "event_2" :> action_2, ...}] displays as expr, evaluating action_i whenever "event_i" occurs in connection with expr.
Hue
(Built-in Mathematica Symbol) Hue[h] is a graphics directive which specifies that objects which follow are to be displayed, if possible, in a color corresponding to hue h. Hue[h, s, b] specifies colors in ...
IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.
LocationEquivalenceTest[{data_1, data_2, ...}] tests whether the means or medians of the data_i are equal. LocationEquivalenceTest[{data_1, ...}, " property"] returns the ...
Manipulator[x] represents a manipulator with setting x in the range 0 to 1. Manipulator[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with ...
PadeApproximant[expr, {x, x_0, {m, n}}] gives the Padé approximant to expr about the point x = x_0, with numerator order m and denominator order n.PadeApproximant[expr, {x, ...
PolarAxesOrigin is an option for sector charts and polar plots that specifies where polar axes should be drawn.
Precision[x] gives the effective number of digits of precision in the number x.