- 7,864
- 1,602
There is a technical distinction between a vector and the coordinates of a vector. Are projective (also called "affine") coordinates the coordinates of vectors?
I'm thinking of how translation is accomplished by matrix multiplication. For example the point (x,y) in 2-D is given coordinates (x,y,1) and translation by (h,v) is represented as:
\begin{pmatrix} 1&0&h \\ 0&1&v \\ 0&0&1 \end{pmatrix} \begin{pmatrix} x \\ y\\ 1 \end{pmatrix} = \begin{pmatrix} x+h \\ y+v \\ 1 \end{pmatrix}.
Students are told that matrix multiplication performs a linear transformation on a vector space and also disturbed by the exercise showing that translation by a (non-zero) vector is not a linear transformation . What are the saving legalisms here?
I'm thinking of how translation is accomplished by matrix multiplication. For example the point (x,y) in 2-D is given coordinates (x,y,1) and translation by (h,v) is represented as:
\begin{pmatrix} 1&0&h \\ 0&1&v \\ 0&0&1 \end{pmatrix} \begin{pmatrix} x \\ y\\ 1 \end{pmatrix} = \begin{pmatrix} x+h \\ y+v \\ 1 \end{pmatrix}.
Students are told that matrix multiplication performs a linear transformation on a vector space and also disturbed by the exercise showing that translation by a (non-zero) vector is not a linear transformation . What are the saving legalisms here?