Mathematica has long set the standard for high-end technical graphics and visualization. Version 6.0 added many innovative options that brought automated aesthetics to a new ...
Version 6.0 greatly extended Mathematica's powerful symbolic document paradigm, integrating support for editable symbolic graphics, structure-programmable table layouts, ...
Mathematica 7 enhances the Mathematica notebook experience in several ways, with new convenient usability features, new levels of automation for the form and structure of ...
Manipulate is an extremely powerful function that immediately creates complete dynamic interfaces, automatically optimized for usability and appearance. For specific ...
Mathematica is to its core a fundamentally extensible system, in which efficient, modular, reusable packages of any size can readily be created. Mathematica's symbolic ...
Mathematica not only allows you to create interfaces within its usual notebook framework, but also to create complex standalone interfaces that customize the whole user ...
HoldPattern[expr] is equivalent to expr for pattern matching, but maintains expr in an unevaluated form.
"DebuggerContinue" is a front end token that continues an interrupted evaluation until it reaches the next breakpoint.
"DebuggerFinish" is a front end token that makes the debugger ignore all breakpoints and finish the evaluation.
"DebuggerStepIn" is a front end token that stops the evaluation at the next possible stopping point.