HessenbergDecomposition[m] gives the Hessenberg decomposition of a matrix m.
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
ImageSizeAction is an option for Pane and related constructs that specifies what to do if the specified ImageSize setting does not match the size of the contents.
Indeterminate is a symbol that represents a numerical quantity whose magnitude cannot be determined.
Italic
(Built-in Mathematica Symbol) Italic represents an italic font slant.
JoinedCurve[{segment_1, segment_2, ...}] represents a curve consisting of segment_1 followed by segment_2 etc. JoinedCurve[{component_1, component_2, ...}] represents a list ...
LinkInterrupt[link] sends an interrupt to the program at the other end of the specified MathLink connection.
MultivariateTDistribution[\[CapitalSigma], \[Nu]] represents the multivariate Student t distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter ...
Nearest
(Built-in Mathematica Symbol) Nearest[{elem_1, elem_2, ...}, x] gives the list of elem_i to which x is nearest. Nearest[{elem_1 -> v_1, elem_2 -> v_2, ...}, x] gives the v_i corresponding to the elem_i to ...
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...