FullSimplify[expr] tries a wide range of transformations on expr involving elementary and special functions, and returns the simplest form it finds. FullSimplify[expr, assum] ...
GeoPosition[{\[Phi], \[Lambda]}] represents a geodetic position with latitude \[Phi] and longitude \[Lambda].GeoPosition[{\[Phi], \[Lambda], h}] represents a geodetic ...
GraphComplement[g] gives the graph complement of the graph g.
HeavisideTheta[x] represents the Heaviside theta function \[Theta](x), equal to 0 for x < 0 and 1 for x > 0. HeavisideTheta[x_1, x_2, ...] represents the multidimensional ...
Hypergeometric0F1Regularized[a, z] is the regularized confluent hypergeometric function \[Null]_0 F_1 (a; z)/\[CapitalGamma](a).
IdentityMatrix[n] gives the n*n identity matrix.
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
ImageResize[image, w] gives a resized version of image that is w pixels wide.ImageResize[image, {s}] gives a resized version of image with a maximum pixel width or height ...
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.