MathieuGroupM24[] represents the sporadic simple Mathieu group M_24.
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.
Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
Factor
(Built-in Mathematica Symbol) Factor[poly] factors a polynomial over the integers. Factor[poly, Modulus -> p] factors a polynomial modulo a prime p. Factor[poly, Extension -> {a_1, a_2, ...}] factors a ...
MatrixPower[m, n] gives the n\[Null]\[Null]^th matrix power of the matrix m. MatrixPower[m, n, v] gives the n\[Null]^th matrix power of the matrix m applied to the vector v.
Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...
Implicit Runge–Kutta methods have a number of desirable properties. The Gauss–Legendre methods, for example, are self-adjoint, meaning that they provide the same solution ...
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
AlphaChannel[image] returns the alpha channel of image.
BoxData
(Built-in Mathematica Symbol) BoxData[boxes] is a low-level representation of the contents of a typesetting cell.