Mathematica handles both integers and real numbers with any number of digits, automatically tagging numerical precision when appropriate. Mathematica internally uses several ...
When Mathematica transforms an expression such as x+x into 2x, it is treating the variable x in a purely symbolic or formal fashion. In such cases, x is a symbol which can ...
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
Mathematica allows you detailed control over the way that graphics objects are rendered. The combination of sequentially-acting graphics directives, together with ...
Mathematica provides real-time view control for all 3D graphics, wherever they may appear in a document. Mathematica's advanced human interface device system also ...
MouseAppearance[expr, graphic] changes the mouse cursor to appear as graphic when the mouse pointer is in the area where expr is displayed.MouseAppearance[expr, graphic, {x, ...
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
The symbolic character of Mathematica graphics makes it straightforward to combine together different graphics constructs, both for presentation and interactive behavior—and ...
Rules
(Mathematica Guide) Everything that Mathematica does can be thought of as derived from its ability to apply general transformation rules to arbitrary symbolic expressions. The Mathematica ...
Many programs you write will involve operations that need to be iterated several times. Nest and NestList are powerful constructs for doing this. Applying functions of one ...