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 ...
Mathematica gives you the ability to fine-tune the level of detail for your plots. To get a rough sketch of a plot, you can tell Mathematica to plot fewer points. The more ...
Unicode: 2218. Alias: Esc sc Esc. Infix operator. x ∘ y is by default interpreted as SmallCircle[x,y]. Used to indicate function composition. Not the same as the letter-like ...
\[Vee]
(Mathematica Character Name) Unicode: 22C1. Alias: Esc v Esc. Infix operator. x ⋁ y is by default interpreted as Vee[x,y]. Used to indicate various notions of joining, and as a dual of \[Wedge]. Not the ...
AllowInlineCells is an option for cells that specifies whether inline cells are permitted within a cell.
AnimationCycleRepetitions is an option for cells that specifies the number of times a given animation cycle should be repeated.
BoxMargins is an option for AdjustmentBox objects that specifies the margins to leave around the contents of the box.
ButtonData is an option for the low-level function ButtonBox that specifies the second argument to give to the ButtonFunction for the button when the button is active and is ...
ButtonMinHeight is an option for the low-level function ButtonBox that specifies the minimum total height in units of font size that should be allowed for the button.
CallPacket[integer, list] is a MathLink packet encapsulating a request to invoke the external function numbered integer with the arguments contained in list.