|
|
|||
|
|
| Mathematica Tutorial | |Functions » |
| VectorQ[expr] | give True if expr has the form of a vector, and False otherwise |
| MatrixQ[expr] | give True if expr has the form of a matrix, and False otherwise |
| Dimensions[expr] | a list of the dimensions of a vector or matrix |
Functions for testing the structure of vectors and matrices.
|
|
|
|
|