FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.
FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
FindGeneratingFunction[{a_1, a_2, ...}, x] attempts to find a simple generating function in x whose n\[Null]^th series coefficient is a_n.FindGeneratingFunction[{{n_1, a_1}, ...
FindGraphIsomorphism[g_1, g_2] finds an isomorphism that maps the graph g_1 to g_2 by renaming vertices.
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
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 ...