Week 3 Solution
Question 1
![T=\left[\begin{array}{ccc}1/2&-\sqrt 3/2&\sqrt 3\\\sqrt 3 /2&1/2&1\\0&0&1\end{array}\right] T=\left[\begin{array}{ccc}1/2&-\sqrt 3/2&\sqrt 3\\\sqrt 3 /2&1/2&1\\0&0&1\end{array}\right]](/~cs3421/latexrender/pictures/b526f474a4a08304faeea58f38594324.gif)
Question 2
If you first rotate and then translate you get

If you first translate and then rotate you get

Question 3
![T=\left[\begin{array}{ccc}1&h&0\\0&1&0\\0&0&1\end{array}\right] T=\left[\begin{array}{ccc}1&h&0\\0&1&0\\0&0&1\end{array}\right]](/~cs3421/latexrender/pictures/0b005828f8de2f51c29710f7d0929f3f.gif)
Question 4
The parametric equation of a line segment joining a and b is

This is true whether or not we use homogenous coordinates.
If T is a transform the the transform of the line is

(Matrix multiplication obeys distributive law)
Which is the line segment connecting the transformed endpoints.
A scaling by (2,1) (i.e. double x values and leave y unchanged) turns circles into ellipses so it is not true for circles.
Question 5
![T=\left[\begin{array}{ccc}a&0&c\\0&e&f\\0&0&1\end{array}\right] T=\left[\begin{array}{ccc}a&0&c\\0&e&f\\0&0&1\end{array}\right]](/~cs3421/latexrender/pictures/b9f1209597769046e4a3eaf1d615e5d8.gif)
where



