EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
EvaluationObject[n, expr, ...] represents an expression submitted for evaluation on any available parallel kernel.
FaceGridsStyle is an option for 3D graphics functions that specifies how face grids should be rendered.
FactorialMomentGeneratingFunction[dist, t] gives the factorial moment generating function for the symbolic distribution dist as a function of the variable t. ...
FileExtension["file"] gives the file extension for a file name.
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
FindPermutation[expr] gives a permutation that produces expr by permuting Sort[expr].FindPermutation[expr 1, expr 2] gives a permutation that converts expr_1 to expr_2 for ...
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
FourierSequenceTransform[expr, n, \[Omega]] gives the Fourier sequence transform of expr.FourierSequenceTransform[expr, {n_1, n_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives ...