Postfix
(Built-in Mathematica Symbol) Postfix[f[expr]] prints with f[expr] given in default postfix form: expr // f. Postfix[f[expr], h] prints as exprh.
Prefix
(Built-in Mathematica Symbol) Prefix[f[expr]] prints with f[expr] given in default prefix form: f@expr. Prefix[f[expr], h] prints as hexpr.
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
SetSharedFunction[f_1, f_2, ...] declares the symbols f_i as shared functions whose downvalues are synchronized among all parallel kernels.
Entering Greek Letters Entering Two-Dimensional Input Editing and Evaluating Two-Dimensional Expressions
The introduction of Mathematica 6 in 2007 represented a revolutionary redefinition of Mathematica. Arriving only 18 months after Mathematica 6, Mathematica 7 represents ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...
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 ...
Eliminate[eqns, vars] eliminates variables between a set of simultaneous equations.