$CurrentLink is the LinkObject representing the MathLink connection for an external program currently being installed or being called.
$LibraryPath gives the default list of directories to search in attempting to find a library.
Other tutorials have discussed explicit loading of Mathematica packages using <<package and Needs[package]. Sometimes, however, you may want to set Mathematica up so that it ...
Differentiating a known function gives an explicit result. Differentiating an unknown function f gives a result in terms of f'. Mathematica applies the chain rule for ...
Methods for generating hyperlinks. A hyperlink is a special kind of button which jumps to another part of a notebook when it is pressed. Typically hyperlinks are indicated in ...
Lists are normally specified in Mathematica just by giving explicit lists of their elements. But particularly in working with large arrays, it is often useful instead to be ...
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
Mathematica's ability to deal with symbolic expressions, as well as numbers, allows you to use it for many kinds of mathematics. Calculus is one example. With Mathematica, ...
Choose Insert > Table/Matrix > New. Use the dialog box that pops up to create a matrix. Suppose the entry in the top-left position is selected.
All bracketing characters in Mathematica must be balanced. That is, every type of opening bracket must be balanced by a corresponding closing bracket. If there is an ...