MATRICES Flashcards

1
Q

What is a Matrix?

A

rectagular array of elements

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

Operations that are needed to be performed on coordinates of points are

A

Linear operations

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

It is possible to add two matrices together

A

Only if they have the same dimensions

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

If two matrices don’t have the same size (dimensions)

A

They can’t be added, or we say the sum is not defined

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

When multiplying matrices

A

The column of the first matrix have the same size with the rows of the second matrix

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

The product of an (n x m) - matrix with a (m x q) matrix is

A

(n x q) matrix

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

Multiplying each entry of the matrix by a number

A

Scalar Multiplication

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

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

A

Associative

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

A + B = B + A

A

Commutative

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

A(B + C) = AB + AC

A

Distributive

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

(AB)C = A(BC)

A

Associative

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

AB ≠ BA

A

Non-commutative

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

Reverses the rows and columns or reflects the matrix along the leading diagonal

A

Transpose

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

Most important properties of square. Number obtained from the entries

A

Determinants

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