AutoMultiplicationSymbol is an option for objects such as Cell and Notebook that specifies whether to automatically display a multiplication symbol between numbers that would ...
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
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, ...
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
In
(Built-in Mathematica Symbol) In[n] is a global object that is assigned to have a delayed value of the n\[Null]^th input line.
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.