CellEditDuplicate is an option for Cell which specifies whether the front end should make a copy of the cell before actually applying any changes in its contents that you ...
DSolve can be used for finding the general solution to a differential equation or system of differential equations. The general solution gives information about the structure ...
PermutationReplace[expr, perm] replaces each part in expr by its image under the permutation perm.PermutationReplace[expr, gr] returns the list of images of expr under all ...
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
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 ...
Above
(Mathematica Front End Token) "Above" is a front end token that creates an OverscriptBox and fills the base with a selection.
Balance
(Mathematica Front End Token) "Balance" is a front end token that expands the selection to cover the nearest pair of matched bracketing characters.
Below
(Mathematica Front End Token) "Below" is a front end token that creates an UnderscriptBox and fills the base with a selection.
"DebuggerStepIn" is a front end token that stops the evaluation at the next possible stopping point.