The CCompilerDriver package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
EdgeStyle is an option and property for Graph and related functions that specifies what style to use for edges.
PrecisionGoal is an option for various numerical operations which specifies how many effective digits of precision should be sought in the final result.
Specifying formats for text in graphics. Here is a plot with default settings for all formats. Here is the same plot, but now using a 12-point bold font.
Functions like Read and Find are most often used for processing text and data from external files. In some cases, however, you may find it convenient to use these same ...
TetGenGetNeighbors[expr] gets the neighbors in a TetGen expression.
A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Mathematica provides a broad range of powerful constructs for laying out content on a screen or page. They are designed to be immediately useful for the beginner, yet also ...