Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
Of the many ways images can be loaded into a Mathematica notebook, Import is the main method used to access image files on your local computer or at a remote location. The ...
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
Get
(Built-in Mathematica Symbol) << name reads in a file, evaluating each expression in it, and returning the last one.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
Quartics is an option for functions that involve solving algebraic equations that specifies whether explicit forms for solutions to quartic equations should be given.
SplineClosed is an option for B-spline functions and graphics primitives that specifies whether spline curves or surfaces should be closed.
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.