HankelMatrix[n] gives the n*n Hankel matrix with first row and first column being successive integers.HankelMatrix[{c_1, c_2, ..., c_n}] gives the Hankel matrix whose first ...
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 ...
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 ...