All
Usage
Notes
Further Examples
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 an matrix.
In[3]:=
|
Out[3]//MatrixForm=
|
This gives the third column of .
In[4]:=
|
Out[4]//MatrixForm=
|
This extracts a submatrix from .
In[5]:=
|
Out[5]//MatrixForm=
|
|