Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
InverseLaplaceTransform[expr, s, t] gives the inverse Laplace transform of expr. InverseLaplaceTransform[expr, {s_1, s_2, ...}, {t_1, t_2, ...}] gives the multidimensional ...
lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
Maximize[f, x] maximizes f with respect to x.Maximize[f, {x, y, ...}] maximizes f with respect to x, y, .... Maximize[{f, cons}, {x, y, ...}] maximizes f subject to the ...
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
LibraryFunctionError[name, code] represents an error returned from a LibraryFunction.
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.