|
|
|||
|
|
|
| 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.
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |