ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values.ListVectorPlot3D[{{{x_1, y_1, z_1}, {vx_1, vy_1, vz_1}}, ...}] generates a 3D vector ...
$MaxPiecewiseCases gives the maximum number of cases to allow in explicit Piecewise objects generated by expanding any single piecewise function.
Isomorphism[g, h] gives an isomorphism between graphs g and h if one exists. Isomorphism[g, h, All] gives all isomorphisms between graphs g and h. Isomorphism[g] gives the ...
Mathematica provides not only automatic parallelization capabilities, but also a full built-in symbolic language for specifying concurrent computation.
SyntaxLength["string"] finds the number of characters starting at the beginning of a string that correspond to syntactically correct input for a single Mathematica expression.
If you want to make use of Mathematica output in an external file such as a program or document, you will often find it useful to "splice" the output automatically into the ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
Modulus
(Built-in Mathematica Symbol) Modulus -> n is an option that can be given in certain algebraic functions to specify that integers should be treated modulo n.
MathML
(Mathematica Import/Export Format) MIME type: text/mathml, application/mathml+xml MathML mathematical markup language. Used for integrating mathematical formulas in web documents. Rendering of embedded MathML ...
Tr
(Built-in Mathematica Symbol) Tr[list] finds the trace of the matrix or tensor list. Tr[list, f] finds a generalized trace, combining terms with f instead of Plus. Tr[list, f, n] goes down to level n in ...