FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.
GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
GraphDifference[g_1, g_2] gives the graph difference of the graphs g_1 and g_2.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
GroupElementQ[group, g] returns True if the object g is an element of group and False otherwise.
x++ increases the value of x by 1, returning the old value of x.
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.
MathieuGroupM11[] represents the sporadic simple Mathieu group M_11.