Fit
(Built-in Mathematica Symbol) Fit[data, funs, vars] finds a least-squares fit to a list of data as a linear combination of the functions funs of variables vars.
ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
Row
(Built-in Mathematica Symbol) Row[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a row, potentially extending over several lines. Row[list, s] inserts s as a separator ...
SortBy
(Built-in Mathematica Symbol) SortBy[list, f] sorts the elements of list in the order defined by applying f to each of them.
SystemsModelExtract[sys, {i_1, i_2, ...}] extracts the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...
SystemsModelStateFeedbackConnect[ss, controller] gives the closed-loop system for the StateSpaceModel object ss with state feedback controller ...
Text
(Built-in Mathematica Symbol) Text[expr] displays with expr in plain text format. Text[expr, coords] is a graphics primitive that displays the textual form of expr centered at the point specified by ...