Y1, C7 - Linear Transformations Flashcards
What does the determinant of a 2d transformation represent
The scale factor of the area
What does the determinant of a 3d transformation represent
The scale factor of the volume
Can you use a matrix to represent a translation
No
What happens to the origin in any linear transformation
It stays the same (0,0)
What types of transformations can matrices be used to represent
Reflections, rotations, enlargements
How can you multiply four different 2d coordinates by a 2x2 transformation (M) at the same time
Write it as M * (2x4) matrix
With coordinate one being the left column etc.
What 2x2 matrix represents a reflection in y axis
(-1, 0, 0, 1)
Are rotations clockwise or anti-clockwise by default
Anti-clockwise
What is the 2x2 matrix for a rotation x about the origin
(cosx, -sinx, sinx, cosx)
What is the 2x2 matrix for a reflection in y=x
(0, 1, 1, 0)
What are invariant points
Points which are unaffected by transformations
What are invariant lines
When each point on the line transformed to give another point on the same line
What point is always an invariant point
The origin (0,0)
Describe fully the transformation described by (1/root(2), -1/root(2), 1/root(2), 1/root(2))
arccos(1/root(2)) = 45
arcsin(-1/root(2)) = -45
Rotation 45 degrees about origin
Do transformations always have invariant lines
NO