It is always a good idea to give variables and functions names that are as explicit as possible. Sometimes, however, such names may get inconveniently long. In Mathematica, ...
FindSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Find dialog box.
Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
When you do calculations with arbitrary-precision numbers, Mathematica keeps track of precision at all points. In general, Mathematica tries to give you results which have ...
BellY
(Built-in Mathematica Symbol) BellY[n, k, {x_1, ..., x n - k + 1}] gives the partial Bell polynomial Y n, k (x_1, ..., x n - k + 1). BellY[n, k, m] gives the generalized partial Bell polynomial of a ...
MathMLForm[expr] prints as a MathML form of expr.
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
\[And]
(Mathematica Character Name) Unicode: 2227. Aliases: Esc && Esc, Esc and Esc. Infix operator with built-in evaluation rules. x ∧ y is by default interpreted as And[x,y], equivalent to x&&y. Not the same ...
Unicode: 00B7. Alias: Esc . Esc. Infix operator. x · y is by default interpreted as CenterDot[x,y]. Used to indicate various forms of multiplication, particularly dot ...
\[Or]
(Mathematica Character Name) Unicode: 2228. Aliases: Esc || Esc, Esc or Esc. Infix operator with built-in evaluation rules. x ∨ y is by default interpreted as Or[x,y], equivalent to x||y. Not the same as ...