Make Template inserts a template based on a selected function name.
AddTo
(Built-in Mathematica Symbol) x += dx adds dx to x and returns the new value of x.
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...
NotElement[x, dom] or x \[NotElement] dom asserts that x is not an element of the domain dom.NotElement[x_1 | ... | x_n, dom] asserts that none of the x_i are elements of ...
CoordinatesFromCartesian[pt] gives the coordinates in the default coordinate system of the point pt given in Cartesian coordinates. CoordinatesFromCartesian[pt, coordsys] ...
NotebookDirectory[] gives the directory of the current evaluation notebook. NotebookDirectory[nb] gives the directory for the notebook specified by nb.
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
SQLResultSetClose[rs] closes a result set.
One of the most important features of Mathematica is that it is an extensible system. There is a certain amount of mathematical and other functionality that is built into ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.