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 ...
HexadecimalCharacter represents a hexadecimal digit character 0\[Dash]9, a\[Dash]f, A\[Dash]F in StringExpression.
HoldAll
(Built-in Mathematica Symbol) HoldAll is an attribute which specifies that all arguments to a function are to be maintained in an unevaluated form.
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
IsomorphicGraphQ[g_1, g_2] yields True if the graphs g_1 and g_2 are isomorphic, and False otherwise.
Left
(Built-in Mathematica Symbol) Left is a symbol that represents the left-hand side for purposes of alignment and positioning.
LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
ListContourPlot3D[array] generates a contour plot from a three-dimensional array of values. ListContourPlot3D[{{x_1, y_1, z_1, f_1}, {x_2, y_2, z_2, f_2}, ...}] generates a ...
MatrixRank[m] gives the rank of the matrix m.
MaxExtraBandwidths is an option to SmoothKernelDistribution that controls the behavior outside that data range.