FrontEndExecute[expr] sends expr to be executed by the Mathematica front end.
JSON
(Mathematica Import/Export Format) MIME type: application/json. Data interchange format. Commonly used in web service implementations. Contains collections of unordered name-value pairs or ordered values. JSON ...
Min
(Built-in Mathematica Symbol) Min[x_1, x_2, ...] yields the numerically smallest of the x_i. Min[{x_1, x_2, ...}, {y_1, ...}, ...] yields the smallest element of any of the lists.
GraphDistanceMatrix[g] gives the matrix of distances between vertices for the graph g.GraphDistanceMatrix[g, d] gives the matrix of distances between vertices of maximal ...
GroupElementQ[group, g] returns True if the object g is an element of group and False otherwise.
ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
"How to" Topics Graphics and Sound The Structure of Graphics and Sound
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...