GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.
GroupCentralizer[group, g] returns the centralizer of the element g in group.
HarmonicMean[list] gives the harmonic mean of the values in list.
HypergeometricPFQRegularized[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the regularized generalized hypergeometric function \[Null]_p F_q (a; b; z)/(\[CapitalGamma](b_1) ... ...
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
Input
(Built-in Mathematica Symbol) Input[] interactively reads in one Mathematica expression. Input[prompt] requests input, displaying prompt as a "prompt".Input[prompt, init] in a notebook front end uses init ...
Insert
(Built-in Mathematica Symbol) Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
InverseBetaRegularized[s, a, b] gives the inverse of the regularized incomplete beta function.