In many kinds of calculations, you may find yourself typing the same input to Mathematica over and over again. You can save yourself a lot of typing by defining a function ...
If you have special-purpose programs written in C or Fortran, you may want to take formulas you have generated in Mathematica and insert them into the source code of your ...
The functions described in "Textual Input and Output Overview" determine how expressions should be formatted when they are printed, but they do not actually cause anything to ...
Introduction General Graph Drawing Hierarchical Drawing of Directed Graphs
Steps in the operation of Mathematica. When you type something like x^2 what Mathematica at first sees is just the string of characters x, ^, 2. But with the usual way that ...
MathLink provides a mechanism through which programs can interact with Mathematica. Some typical uses of MathLink. MathLink provides a general interface for external programs ...
Importing and exporting tabular data. This exports an array of numbers to the file out.dat. Here are the contents of the file out.dat.
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
This does an integral over the interior of the unit circle. Here is an equivalent form. Even though an integral may be straightforward over a simple rectangular region, it ...
Mathematica creates a new symbol when you first enter a particular name. Sometimes it is useful to "intercept" the process of creating a new symbol. Mathematica provides ...