MaxExtraConditions is an option to Solve and related functions that specifies how many extra equational conditions on continuous parameters to allow in solutions that are ...
Scale
(Built-in Mathematica Symbol) Scale[g, s] represents graphics primitives g scaled by a factor s. Scale[g, s, {x, y, ...}] scales with the point {x, y, ...} kept fixed. Scale[g, {s_x, s_y, ...}, ...] ...
WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment ...
With the Text graphics primitive, you can insert text at any position in two- or three-dimensional Mathematica graphics. Unless you explicitly specify a style or font using ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
Converting between symbols and their names. Here is the symbol x. Its name is a string.
The fundamental operation that Mathematica performs is evaluation. Whenever you enter an expression, Mathematica evaluates the expression, then returns the result. Evaluation ...
Invisible characters. In the input there is an invisible comma between the 1 and 2. Here there is an invisible space between the x and y, interpreted as multiplication.
One of the important features of Mathematica is that it can do symbolic, as well as numerical calculations. This means that it can handle algebraic formulas as well as ...
WriteDataSource[name] writes a new HSQL data source name.WriteDataSource[name, database] writes a new data source to database.