DifferenceRootReduce[expr, n] attempts to reduce expr to a single DifferenceRoot object as a function of n.
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...
FourierTransform[expr, t, \[Omega]] gives the symbolic Fourier transform of expr. FourierTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives the ...
FrameTicks is an option for 2D graphics functions that specifies tick marks for the edges of a frame.
GeneralizedLinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a generalized linear model of the form g -1 (\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ...) that ...
GridGraph[{m, n}] gives the grid graph with m*n vertices G m, n.GridGraph[{n_1, n_2, ..., n_k}] gives the k-dimensional grid graph with n_1*n_2*\[CenterEllipsis]*n_k vertices ...
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
HararyGraph[k, n] generates the minimal k-connected graph on n vertices H k, n.
HermiteH[n, x] gives the Hermite polynomial H_n (x).