DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
ExactNumberQ[expr] returns True if expr is an exact real or complex number, and returns False otherwise.
FactorSquareFree[poly] pulls out any multiple factors in a polynomial.
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
FiniteGroupData[name, " property"] gives the value of the specified property for the finite group specified by name.FiniteGroupData["class"] gives a list of finite groups in ...
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
FRatioDistribution[n, m] represents an F-ratio distribution with n numerator and m denominator degrees of freedom.
FreeQ
(Built-in Mathematica Symbol) FreeQ[expr, form] yields True if no subexpression in expr matches form, and yields False otherwise. FreeQ[expr, form, levelspec] tests only those parts of expr on levels ...