InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
Baseline is a symbol that represents the baseline for purposes of alignment and positioning.
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
StringSkeleton[n] represents a sequence of n omitted characters in a string printed with Short. The standard print form for StringSkeleton is an ellipsis.
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.
Mathematica supports logical operators not only for programming, but for mathematical operations as well.
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
GraphDifference[g_1, g_2] gives the graph difference of the graphs g_1 and g_2.
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.