Matrices Flashcards

1
Q

The order of a matrix is given as …

A

n x m

Number of rows x Number of columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a square matrix?

A

A square matrix is a matrix with the same number of rows as columns. i.e. 2x2, 3x3, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does one add/subtract matrices?

A
  1. To add or subtract matrices they must be of the same order. i.e. 2x2 add/subtract 2x2.
  2. Simply add or subtract corresponding elements.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does one multiply a matrix by a scalar?

A

To multiply a matrix by a scalar simply multiply each element of the matrix by the scalar/number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does one multiply matrices together?

A
  1. In order to multiply two matrices together the order must correspond as follows:A X B = C
    (nxm) (mxk) (nxk)

The number of columns of the first matrix and number of rows of the second matrix (based on order of multiplication) must match for the matrices to be multiplied together.

The order of the resulting matrix can be determined from the outside values of the original matrices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Matrix multiplication is …

A

Not commutative. i.e AB does not equal BA.

Unless the question tells you otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the identity matrix?

A
  1. It’s always square, i.e. 2x2 or 3x3 etc.
  2. (1. 0.) (1. 0. 0.)
    (0. 1.) (0. 1. 0.) etc.
    (0. 0. 1.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What effect does the identity matrix have on a matrix when they are multiplied together?

A

No effect.

IxA = AxI = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the zero matrix?

A

Also known as the null matrix.

Effectively a matrix where all elements are zero, regardless of whether it is a square matrix or not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name four transformations.

A

Rotation
Reflection
Enlargement
Translation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a transformation?

A

A transformation moves all the points (x,y) in a plane, according to some rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the name of the new point to which (x) has moved?

(y)

A

The image of (x), i.e. (x’)

(y) (y’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a linear transformation?

A

A linear transformation has the special properties:

  1. The transformation only involves linear expressions of x and y. i.e kx or ky or kx +ky. It does not contain any x2 or y2 or xy.
  2. The origin (0,0) is not moved by the transformation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Linear transformations can be expressed as a pair of simultaneous equations in the form:

A
x' = ax + cy
y' = bx + dy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can you determine whether a transformation is linear or not?

A

Two steps:

  1. Look to see if it contains any x2 or y2 or xy values.
  2. Judge its effect on the origin (0,0), the origin should not move.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can we identify the matrix representing a particular transformation?

A

In order to identify the matrix representing a particular transformation you should consider the effect of the matrix/transformation on the points with position vectors į (1)and j (0)
(0) (1)

17
Q

What is the matrix which represents an anti-clockwise rotation through any angle Ø? Can this matrix be applied to a clockwise rotation?

A

(CosØ, -SinØ)
(SinØ, CosØ)

Yes, if the clockwise angle is subtracted from 360° to get an anti-clockwise angle.

18
Q

How can this equation be used to find the angle of rotation (and direction) when only the transformation matrix is known?

A

Match the elements up with the corresponding elements of the equation. Solve for Ø, making sure to remove any negatives if present.
After finding Ø, look at the original sign of the elements in the first column of the transformation matrix, this will tell you whether sin or cosin are positive and/or negative in relation to the CAST diagram.
The angle Ø is always drawn from the X-axis.

19
Q

When multiplying points by a transformation matrix, the matrix is always put …

A

First, i.e. before the points.

20
Q

The transformation matrix X is applied to the points P, then the transformation matrix Q is applied to the new points. Represent this information algebraically.

A

QXP

21
Q

What is an invariant point?

A

An invariant point for a transformation is a point which is mapped to itself by the transformation.

22
Q

For a linear transformation, name an invariant point.

A

The origin (0,0)

23
Q

If (x,y) is an invariant point of the matrix (a, c), form two
(b, d)
simultaneous equations.

A

ax + cy = x

bx + dy = y

24
Q

How does one find the invariant points for a transformation?

A

Find out whether the two simultaneous equations are equal to each other, by rearranging to make x or y the subject. If they are equal, then they represent a line of invariant points. If they are not, the only invariant point is the origin (0,0).
The equation of the line of invariant points is the equation formed in terms of x after rearrangement (when the two equations are equal).

25
Q

What is an invariant line?

A

An invariant line for a transformation is a line which is mapped to itself by the transformation.

26
Q

What is the inverse of a rotation?

A

The inverse of a rotation is a rotation through the same angle about the same point but in the opposite direction.

27
Q

What is the inverse of a reflection?

A

The inverse of a reflection is another reflection in the same line.

28
Q

What is the inverse of an enlargement?

A

The inverse of an enlargement with scale factor K is an enlargement with scale factor 1/K.

29
Q

How can one map a point back to its original position after the effects of a transformation matrix.

A

Multiply the new points by the inverse of the original transformation matrix to map the points back to their original position.