Matrices Flashcards

1
Q

When describing a matrix size, what is m?

A

M is the number of rows

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

When describing a matrix size, what is n?

A

N is the number of collumns

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

How do you describe the size of a matrix?

A

m×n

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

What is a zero matrix?

A

A matrix with only zeros in it

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

What is a symmetric matrix?

A

> Square matrix
A^T = A
The elements are symmetrical about the diagonal

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

What is the matrix that reflects the vector about the y-axis?

A

-1 0

0 1

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

What is the matrix that reflects the vector about the x-axis?

A

1 0

0 -1

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

What is the matrix that rotates a matrix vector clockwise by the angle ϕ?

A

cosϕ sinϕ

-sinϕ cosϕ

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

What is the matrix the rotates the matrix vector anti-clockwise by the angle ϕ?

A

cosϕ sinϕ

-sinϕ cosϕ

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