Core Pure Flashcards
What is |z1z2| equivalent to?
|z1||z2|
(Same logic for division)
What is arg(z1z2) equivalent to?
arg(z1) + arg(z2)
(Same logic for division)
What can the determinant of a matrix tell you?
The determinant of a matrix is the scale factor for the area or volume of shapes before and after the transformation.
What 2x2 matrix rotates a point anticlockwise by θº about the origin?
[cosθ -sinθ]
[sinθ cosθ]
What 3x3 matrix rotates a point θº anticlockwise around the positive x axis?
[1 0 0]
[0 c -s]
[0 s c]
What 3x3 matrix rotates a point θº anticlockwise around the positive y axis?
[c 0 s]
[0 1 0]
[-s 0 c]
What 3x3 matrix rotates a point θº anticlockwise around the positive z axis?
[c -s 0]
[s c 0]
[0 0 1]