Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
ParallelSubmit[expr] submits expr for evaluation on the next available parallel kernel and returns an EvaluationObject expression representing the submitted ...
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
Integration functions. Here is the integral ∫_a^bx^2 dx. This gives the multiple integral ∫_0^adx ∫_0^bd y(x^2+y^2).
To begin, consider an initial value problem for a linear first-order ODE. This is a linear first-order ODE. Notice that the general solution is a linear function of the ...
Mathematica has three functions for generating pseudorandom numbers that are distributed uniformly over a range of values. Pseudorandom number generation. Generating tables ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. It is used by Mathematica for various operations, such as interpolation in ...
LeveneTest[data] tests whether the variance of data is 1. LeveneTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.LeveneTest[dspec, ...
PiecewiseExpand[expr] expands nested piecewise functions in expr to give a single piecewise function. PiecewiseExpand[expr, assum] expands piecewise functions using ...