TraceForward is an option for Trace and related functions which specifies whether to include later expressions on the evaluation chain that contains the pattern form sought.
ViewVertical is an option for Graphics3D and related functions which specifies what direction in scaled coordinates should be vertical in the final image.
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
$TemporaryDirectory gives the main system directory for temporary files on your computer system.
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
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 ...
When you execute a command like NotebookWrite[obj,data] the actual operation of inserting data into your notebook is performed in the front end. Normally, however, the kernel ...
When you create or use Mathematica packages, you will often want to refer to files in a system-independent way. You can use contexts to do this. The basic idea is that on ...
Mathematica allows you not only to export graphics and sounds, but also to import them. With Import you can read graphics and sounds in a wide variety of formats, and bring ...
Mathematica provides a variety of functions for manipulating strings. Most of these functions are based on viewing strings as a sequence of characters, and many of the ...