Chapter 1 Matrices And Transformations Flashcards

1
Q

What is a matrix?

A

A matrix is a rectangular array of numbers or letters.

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

What describes the shape of a matrix?

A

The shape of a matrix is described by its order, which is defined by the number of rows and columns.

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

What is the order of a matrix with r rows and c columns?

A

The order of a matrix with r rows and c columns is r x c.

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

What is a square matrix?

A

A matrix with the same number of rows and columns is called a square matrix.

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

What is an identity matrix?

A

A matrix of the form I is known as an identity matrix. All identity matrices are square, with 1s on the leading diagonal and zeros elsewhere.

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

What is a zero matrix?

A

The matrix 0 is known as the zero matrix. Zero matrices can be of any order.

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

When can two matrices A and B be multiplied?

A

Two matrices A and B can be multiplied to give matrix AB if their orders are p x q and q x r respectively.

The resulting matrix will have the order p x r

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

When can matrices be added or subtracted?

A

Matrices can be added or subtracted if they have the same order.

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

What is the associative property of matrix addition?

A

A + (B + C) = (A + B) + C

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

What is the associative property of matrix multiplication?

A

A(BC) = (AB)C

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

Is matrix addition commutative?

A

Yes, A + B = B + A

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

Is matrix multiplication commutative?

A

No, AB ≠ BA

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

What does the matrix
M = [a b
c d]
represent?

A

It represents the transformation that maps a point with position vector
[x
y]
to another point with position vector [ ax + by
cx + dy ]

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

What types of transformations are represented by matrices?

A

Common transformations include rotations, reflections, enlargements, stretches, and shears.

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

What is the composite transformation of M followed by N?

A

It is represented by the matrix product NM.

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

What is an invariant point under a transformation?

A

If (x, y) is an invariant point, it remains unchanged under the transformation represented by the matrix.

17
Q

What is an invariant line under a transformation?

A

A line AB is known as an invariant line if the image of every point on AB is also on AB.