DataReversed is an option for ArrayPlot and related functions that specifies whether data should be plotted in reverse order.
ImageRegion is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
Matrix inversion. Here is a simple 2×2 matrix. This gives the inverse of m. In producing this formula, Mathematica implicitly assumes that the determinant ad-bc is nonzero.
Ordering in lists. Here is a list of numbers. This gives the elements of t in sorted order.
In some cases you may need to specify pattern sequences that are more intricate than things like x__ or x..; for such situations you can use PatternSequence[p_1,p_2,…]. ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.
Cancel
(Built-in Mathematica Symbol) Cancel[expr] cancels out common factors in the numerator and denominator of expr.