FourierSinCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier sine series expansion of expr.FourierSinCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] ...
FrameStyle is an option for Graphics, Grid, and other constructs that specifies the style in which to draw frames.
FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
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 ...
FromCharacterCode[n] gives a string consisting of the character with integer code n. FromCharacterCode[{n_1, n_2, ...}] gives a string consisting of the sequence of ...
FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
GainPhaseMargins[sys] gives the gain and phase margins of the linear time-invariant system sys.
GaussianFilter[image, r] filters image by convolving with a Gaussian kernel of pixel radius r.GaussianFilter[image, r, {n_1, n_2}] convolves image with a kernel formed from ...
GeneratedParameters is an option that specifies how parameters generated to represent the results of various symbolic operations should be named.
GeometricMean[list] gives the geometric mean of the values in list.