Glow
(Built-in Mathematica Symbol) Glow[col] is a graphics directive which specifies that surfaces of 3D graphics objects that follow are to be taken to glow with color col. Glow[] specifies that there is no ...
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.
GompertzMakehamDistribution[\[Lambda], \[Xi]] represents a Gompertz distribution with scale parameter \[Lambda] and frailty parameter ...
Goto
(Built-in Mathematica Symbol) Goto[tag] scans for Label[tag], and transfers control to that point.
GradientFilter[image, r] gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius ...
Gradient is an option for FindMinimum and related functions that specifies the gradient vector to assume for the function being extremized.
GraphCenter[g] gives the set of vertices with minimum eccentricity in the graph g.
GraphComplement[g] gives the graph complement of the graph g.
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
GraphDiameter[g] gives the maximum eccentricity of the vertices in the graph g.