V
(Combinatorica Package Symbol) V[g] gives the order or number of vertices of the graph g.
AutoScroll is an option to SelectionMove and related functions that specifies whether a notebook should automatically be scrolled to display the current selection.
HilbertMatrix[n] gives the n*n Hilbert matrix with elements of the form 1/(i + j - 1).HilbertMatrix[{m, n}] gives the m*n Hilbert matrix.
InputStream["name", n] is an object that represents an input stream for functions such as Read and Find.
OutputStream["name", n] is an object that represents an output stream for functions such as Write.
Threshold[data] thresholds data by replacing values close to zero by zero.Threshold[data, tspec] thresholds data using threshold specification tspec.Threshold[image, ...] ...
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
The built-in functions of Mathematica implement a very large number of algorithms from computer science and mathematics. Some of these algorithms are fairly old, but the vast ...
Assert
(Built-in Mathematica Symbol) Assert[test] represents the assertion that test is True. If assertions have been enabled, test is evaluated when the assertion is encountered. If test is not True, then an ...