2D-Graphics
We create the 2D graphic images described in Lay's textbook examples 2.7.1 through 2.7.6.
From In[308]:=
Lay Example 2.7.1
The Letter "N"
Data points and adjacency matrix
In[1]:=
In[2]:=
Out[5]//MatrixForm=
RenderData
The procedure RenderData takes an adjacency matrix and a list of points and plots the associated figure in a small screen.
RenderData is from the file "Case2.nb" available in the Case Studies section of the web site supporting Lay's textbook "Linear Algebra, Third Edition."
It is modified slightly to accomodate the data of these examples.
In[7]:=
In[10]:=
Lay Example 2.7.2
Sheared "N"
In[11]:=
Out[13]//MatrixForm=
In[14]:=
Lay Example 2.7.3
Scaled Sheared "N"
In[15]:=
Out[18]//MatrixForm=
In[19]:=
Lay Example 2.7.4
Translated "N"
Use homogeneous coordinates.
In[20]:=
Out[23]//MatrixForm=
In[25]:=
In[26]:=
Lay Example 2.7.5
Rotated "N"
Use homogeneous coordinates.
In[28]:=
Out[31]//MatrixForm=
In[34]:=
Lay Example 2.7.6
Composite Transformation
Use homogeneous coordinates.
In[37]:=
Out[46]//MatrixForm=
In[47]:=
Lay Examples 2.7.1-6
Varieties of "N"
In[50]:=
Created by Mathematica (February 6, 2005) | ![]() |