- #1
Gregg
- 459
- 0
Homework Statement
To find a transformation that reflects a vector in a line that does not pass through the origin.
The Attempt at a Solution
I've been trying to work this out for a little while and I found that I can do it if I use the vector for the 2d transformation with a 3x3 matrix for x = a (below) and y=a similarly. But y=ax + b I cannot do. I cannot see a way to do this just as I can't see a way to rotate around a point other than the origin.
[itex] \left[ \begin{array}{ccc} -1 &0 &2a \\0 &1 &0 \\0 &0 &1 \\ \end{array}\right] \left[ \begin{array}{c} x \\ y \\ 1 \end{array} \right] = \left[ \begin{array}{c} -x+2a \\ y \\ 1 \end{array} \right][/itex]
Where do I start?