|
Further Examples: ArrayQ
Here is a matrix; any matrix is a full array.
In[1]:= 
Out[1]//MatrixForm= 
In[2]:= 
Out[2]= 
In[3]:= 
Out[3]= 
Here is a full array that is not a matrix.
In[4]:= 
Out[4]//MatrixForm= 
In[5]:= 
Out[5]= 
In[6]:= 
Out[6]= 
The array depth of is .
In[7]:= 
Out[7]= 
In[8]:= 
Out[8]= 
is an integer array at all levels.
In[9]:= 
Out[9]= 
This shows that is a full array with depth with integer entries.
In[10]:= 
Out[10]= 
|