LinkObject["name", n_1, n_2] is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.
Run
(Built-in Mathematica Symbol) Run[expr_1, expr_2, ...] generates the printed form of the expressions expr_i, separated by spaces, and runs it as an external operating system command.
UnsameQ
(Built-in Mathematica Symbol) lhs =!= rhs yields True if the expression lhs is not identical to rhs, and yields False otherwise.
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
Mathematica's unique structure allows a generalized notion of input, in which not only ordinary text, but also typeset structures, diagrams, graphics, control objects and ...
Mathematica provides state-of-the-art high-precision geodesy computation, supporting all standard datums and projections.
The following is a linear first-order ODE because both y[x] and y^ ′[x] occur in it with power 1 and y^′[x] is the highest derivative. Note that the solution contains the ...
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
With careful standardization of argument conventions, Mathematica provides full coverage of all standard types of elliptic functions, with arbitrary-precision numerical ...
Mathematica contains a very powerful system of integration. It can do almost any integral that can be done in terms of standard mathematical functions.