1 - 10 of 35 for VectorQSearch Results
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, ...
Scalars, Vectors, and Matrices   (Mathematica Tutorial)
Mathematica represents matrices and vectors using lists. Anything that is not a list Mathematica considers as a scalar. A vector in Mathematica consists of a list of scalars. ...
Putting Constraints on Patterns   (Mathematica Tutorial)
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
ArrayQ   (Built-in Mathematica Symbol)
ArrayQ[expr] gives True if expr is a full array or a SparseArray object, and gives False otherwise. ArrayQ[expr, patt] requires expr to be a full array with a depth that ...
ArrayDepth   (Built-in Mathematica Symbol)
ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.
Elements of Lists   (Mathematica Guide)
Mathematica provides a carefully chosen set of functions for accessing elements of lists either using indices or positions, or using patterns or criteria for their values.
MatrixQ   (Built-in Mathematica Symbol)
MatrixQ[expr] gives True if expr is a list of lists or a two-dimensional SparseArray object that can represent a matrix, and gives False otherwise. MatrixQ[expr, test] gives ...
Patterns for Some Common Types of ...   (Mathematica Tutorial)
Using the objects described in "Introduction to Patterns", you can set up patterns for many kinds of expressions. In all cases, you must remember that the patterns must ...
OddQ   (Built-in Mathematica Symbol)
OddQ[expr] gives True if expr is an odd integer, and False otherwise.
Vectors   (Built-in Mathematica Symbol)
Vectors[d] represents the domain of vectors of dimension d. Vectors[d, dom] represents the domain of vectors of dimension d, with components in the domain dom.
1|2|3|4 Next

...