Typical ways to enter characters. All printable ASCII characters can be entered directly. Those that are not alphanumeric are assigned explicit names in Mathematica, allowing ...
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
TransferFunctionPoles[tf] gives a matrix of roots of the denominators in the TransferFunctionModel object tf.
To run Mathematica from within an external program requires making use of many general features of MathLink. The first issue is how to establish a MathLink connection to ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
Algebraics represents the domain of algebraic numbers, as in x \[Element] Algebraics.
In Mathematica , many kinds of data are stored in tables or lists. Mathematica provides many useful functions for creating and manipulating these tables.
AbsoluteThickness[d] is a graphics directive which specifies that lines which follow are to be drawn with absolute thickness d.
BoxMatrix[r] gives a (2 r + 1)*(2 r + 1) matrix of 1s.BoxMatrix[r, w] gives a (2 r + 1)*(2 r + 1) block of 1s centered in a w*w matrix of 0s.BoxMatrix[{r_1, r_2, ...}, ...] ...
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...