FindSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Find dialog box.
Mathematica provides representation of algebraic numbers as Root objects. A Root object contains the minimal polynomial of the algebraic number and the root number—an integer ...
Mathematica provides a very convenient and natural way to create and manipulate continuous- and discrete-time models of scalar and multivariable systems using data objects. ...
BinaryReadList["file"] reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255. BinaryReadList["file", type] reads objects of the ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
SkeletonTransform[image] gives the skeleton transform of image, in which the value of each skeleton pixel is its distance to the nearest background ...
Mathematica represents matrices and vectors using lists. Anything that is not a list Mathematica considers as a scalar. A vector in Mathematica consists of a list of scalars. ...
A graph may not be fully connected. For instance, only about 25% of the web graph is estimated to be in the largest strongly connected component. Another 25% is estimated to ...
Axis
(Built-in Mathematica Symbol) Axis is a symbol that represents the axis for purposes of alignment and positioning.