Matrix Algebra Flashcards
7! = ? x ? x ?!
7 x 6 x 5!
How do you get the transpose of a matrix?
Rows become columns
What is an orthogonal matrix?
A square matrix whose transpose equals its inverse.
What is the transformation matrix which reflects in the x-axis? (Or y=0)
1 00 -1
What is the rotational matrix?
Cos (a) -Sin(a)Sin (a) Cos(a)where a is the anit-clockwise angle
If R=rotation matrix, A = original coordinates and B = image coords after rotating:Write down the formula for calculating image coords?
B = R A
If R=rotation matrix, A = original coordinates and B = image coords after rotating:Write down the formula for calculating original coords?
A = R^(-1) B
What is the transformation matrix which reflects in the line y=x?
0 11 0
What is the transformation matrix which reflects in the y-axis? (Or x=0)
-1 00 1
What is the transformation matrix which increases (enlarges) the x & y coordinates by 3?
3 00 3
What is the transformation matrix which reflects in the origin?
-1 00 -1
What is the transformation matrix which decreases the x co-ordinate by half and increases the y co-ordinate by 4?
0.5 00 4
For a rotational Matrix is it the clockwise or anti-clockwise angle you use?
Anti-clockwise
What is A A^(-1) equal to?
I - the identitiy matrix