FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
ForwardBackward is a symbol that represents alternate forward and backward motion or animation.
Forward
(Built-in Mathematica Symbol) Forward is a symbol that represents the forward direction for purposes of motion and animation.
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...
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 ...
GraphRadius[g] gives the minimum eccentricity of the vertices in the graph g.
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
IntervalIntersection[interval_1, interval_2, ...] gives the interval representing all points common to each of the interval_i.