• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back
What is the Identity matrix? and what transformation does it represent?
[1 0
0 1 ]
All points unchanged
Name the transormation matrix that represents a Rotation of 90 degrees anticlockwise about the origin.
[0 -1
1 0]
Name the matrix that represents that represents a rotation 180 degrees about the origin.
[-1 0
0 -1]
Name the Matrix that represents a rotation 90 degrees clockwise about the origin.
[ 0 1
-1 0]
Name the matrix that represents a reflection in the x-axis.
[ 1 0
0 -1]
Name the matrix that represents a reflection in the y-axis
[-1 0
0 1]
Name the matrix that represents a reflection in the line y=x
[ 0 1
1 0]
Name the matrix that represents an enlargement scale factor x, centre at the origin.
[ x 0
0 x]
Name the matrix that represents a stretch scale factor x from the y-axis.
[ x 0
0 1]
Name the matrix that represents a stretch scale factor x from the x-axis
[ 1 0
0 x]
Name the matrix that represents a shear, parallel to the x-axis.
[ 1 1
0 1]
Explain what a transpose of a matrix M is.
The transpos of a matrix M is obtained by interchanging the rows and columns of M,
What do you notice about the transpose of AB and transpose of B times by the transpose of A?
The are the same
What can you say abut the comutaticity of addition for a matrix?
A+B=B+A
What can you say about the commutaticity of multiplication for a matrix?
AB does not necessarily equal BA
What can you say about the Distributive law of matices?
A(B+C) = AB+AC

(U+V)W = UW + VW
What can you say about the associatice law of matrices?
A(BC) = (AB)C
Name the Matrix of a rotation of xdegrees anticlockwise about the origin.
[cosx -sinx
sinx cosx]
Name the matrix that represents a reflection in the line y = x tan d.
[ cos 2d sin 2d
sin 2d -cos 2d]
Name the matrix of a Shear scale factor K parallel to the y-axis.
[ 1 0
k 1]
Name the 3x3 matix that represents the identity matrix.
[ 1 0 0
0 1 0
0 0 1]
Name the 3x3 matrix that represents the rotation of d degrees about the x axis.
[ 1 0 0
0 cosd -sind
0 sind cosd ]
Name the 3x3 matric that represents a rotation of d degrees about the y axis.
[cosd 0 sind
0 1 0
-sind 0 cosd]
Name the matrx that represents a rotation of d degrees about the z axes.
[cosd -sind 0
sind cosd 0
0 0 1]
Name the 3x3 matrix that represents an enlargement, scale factor k.
[ k 0 0
0 k 0
0 0 k]
Name the 3x3 matrix that represents a reflection in the plane x=0
[-1 0 0
0 1 0
0 0 1]
Name the 3x3 matix that represents a reflection in the plane y=0
[ 1 0 0
0 -1 0
0 0 1]
Name the 3x3 matrix that represents a reflection in the plane z=0
[ 1 0 0
0 1 0
0 0 -1]
Name the 3x3 matrix that represents a reflection in the plane x=y
[ 0 1 0
1 0 0
0 0 1]
Name the 3x3 matrix that represents a reflection in the plane y=z
[ 1 0 0
0 0 1
0 1 0]
Name the 3x3 matrix that represents the reflection in the plane x=z
[ 0 0 1
0 1 0
1 0 0]