HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
KernelObject[n, name, ...] represents a kernel available for parallel computing.
LeviCivitaTensor[d] gives the d-dimensional Levi-Civita totally antisymmetric tensor.
MaxFilter[image, r] filters image by replacing every value by the maximum in its range r neighborhood. MaxFilter[data, r] applies max filtering to an array of data.
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
ValueQ
(Built-in Mathematica Symbol) ValueQ[expr] gives True if a value has been defined for expr, and gives False otherwise.
SymbolicC supports working with C functions, as described in this section. First, you need to load the package. Now, you can create a C function with CFunction.
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
Converting between strings, boxes, and expressions. Here is a simple expression. This gives the InputForm of the expression as a string.