IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....
InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.
ManhattanDistance[u, v] gives the Manhattan or "city block" distance between vectors u and v.
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
MeshShading is an option for plotting functions that gives lists of colors to use for regions between mesh divisions.
NumberFieldIntegralBasis[a] gives an integral basis for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object. OpenWrite[] opens a new file in the default area for temporary files on your ...
QPolyGamma[z, q] gives the q-digamma function \[Psi]_q (z).QPolyGamma[n, z, q] gives the n\[Null]^th derivative of the q-digamma function \[Psi]_q^(n)(z).
RegionFunction is an option for plotting functions that specifies the region to include in the plot drawn.