Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
Mathematica has a very general notion of functions, as rules for arbitrary transformations. Values for variables are also assigned in this manner. When you set a value for a ...
The names of built-in functions follow some general guidelines. The main expression or object on which a built-in function acts is usually given as the first argument to the ...
Mathematica can plot parametric functions in both two and three dimensions. Use a parametric plot when you can express the x and y or x , y , and z coordinates at each point ...
The notion of expressions is a crucial unifying principle in Mathematica. It is the fact that every object in Mathematica has the same underlying structure that makes it ...
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
$SharedFunctions is the list of functions currently being shared among parallel kernels.
VectorQ
(Built-in Mathematica Symbol) VectorQ[expr] gives True if expr is a list or a one-dimensional SparseArray object, none of whose elements are themselves lists, and gives False otherwise. VectorQ[expr, ...
When you make a function definition using :=, the value of the function is recomputed every time you ask for it. In some kinds of calculations, you may end up asking for the ...