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 ...
As soon as you connect almost any kind of controller or input device to your computer, Mathematica will immediately let you use it to control Manipulate, 3D graphics, etc. ...
Mathematica's sophisticated notebook paradigm provides a uniquely powerful way to manage, organize, document and present computations—from a few input and output lines, to ...
Mathematica allows convenient discovery and customization of all aspects of its system setup.
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
AutoMultiplicationSymbol is an option for objects such as Cell and Notebook that specifies whether to automatically display a multiplication symbol between numbers that would ...
Bold
(Built-in Mathematica Symbol) Bold represents a bold font weight.
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
ContentSelectable is an option to constructs such as Inset, Graphics, and GraphicsGroup that specifies whether and how content within them should be selectable.
ControlsRendering is a Style option that specifies how controls should be rendered.