Matracies Flashcards
(18 cards)
What matrix represents a stretch in the x direction for 2x2 and 3x3?
K 0 0 K 0
0 1 0 0 1
0 0 1
Stretch in the y direction for 2x2 and 3x3 matrices?
1 0 0 1 0
0 k 0 0 k
0 0 1
Stretch in the Z direction for 3x3 matricies
1 0 0
0 1 0
0 0 k
Enlargement with 2x2 and 3x3
K 0 0 K 0
0 k 0 0 k
0 0 k
Reflection in x=0 for 2x2 ans 3x3 matrices?
-1 0 0 -1 0
0 1 0 0 1
0 0 1
Reflection in y=0 for 2x2 and 3x3 matrices?
1 0 0 1 0
0 -1 0 0 -1
0 0 1
Reflection in z=0 for 3x3 matrices?
1 0 0
0 1 0
0 0 -1
Reflection in y=x for 2x2 and 3x3 matrices?
0 1 0 0 1
1 0 0 1 0
0 0 1
General Rotation about the origin anticlockwise for 2x2 matrices?
Cosx -sinx
Sinx Cosx
General rotation matrix about x axis
X= 1 0 0
0 cosx -sinx
0 sinx cosx
General rotation matrix about y axis
Cosx 0 sinx
0 1 0
-Sinx 0 cosx1
General rotation matrix about z axis
Cosx -sinx 0
Sinx cosx 0
0 0 1
Det AB and detkA?
DetAB= detA x detB
DetkA= k^2 x detA
Inverse of 2x2 matrix
1/ detM ( d -b)
(-c a)
Inverse of 3x3
1/ detM ( matrix of cofactors which have been reflected in a line from top left to bottom right)
How do you find eigen values?
M - lambder I | = quadratic, solve quadratic and they are your eigen values.
How do you find eigen vectors?
|M - lambder I | v = 0
Sub eigen values into lambder, and get equations for x y z and put them in terms of t
What does orthogonal mean?
Matrixa x matrixb = 0 and are perpendicular