|
Further Examples: All
The range of the plot is restricted to its most interesting part.
In[1]:= 

Setting the PlotRange to All option shows the plot over the whole of the specified range.
In[2]:= 

Here is a matrix.
In[3]:= 
Out[3]//MatrixForm= 
This gives its first column.
In[4]:= 
Out[4]//MatrixForm= 
In[5]:= 
|