Theory of Computation & Computer Graphics β Two-Dimensional Transformation, NEC licence examination syllabus (Nepal Engineering Council).
A special case of negative scaling.
About x-axis(x,y) β (x, βy) β flips vertically.
About y-axis(x,y) β (βx, y) β flips horizontally.
About origin(x,y) β (βx, βy) β flips both ways (equivalent to 180Β° rotation).
About line y=x(x,y) β (y, x) β swaps coordinates.
Every reflection in the table above is a scaling with a negative factor. Reflecting about the x-axis is scaling by (1, β1); about the y-axis, (β1, 1); about the origin, (β1, β1). Recognising this means there is one matrix to remember rather than four.
Reflection about the line y = x is the exception to that pattern β it swaps the coordinates rather than negating one, giving a matrix with zeros on the diagonal and ones off it. It is the same matrix you would use to transpose a 2Γ2 matrix, which is a useful way to remember it.Reflection about the origin and rotation by 180Β° both map (x, y) to (βx, βy), so they are the same transformation. But this is a coincidence of 180Β°, not a general rule β no other rotation equals a reflection, precisely because their determinants (+1 and β1) differ. A question asking whether a given matrix is a rotation or a reflection is answered by taking the determinant.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loadingβ¦