4.4 Matrices: Basic Operations Flashcards

1
Q

When are to matrices equal?

A

Two matrices are equal if they have the same size and their correspond-ing elements are equal. For example,

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

How do we get the sum of two matrices?

A

The sum of two matrices of the same size is the matrix with elements that are
the sum of the corresponding elements of the two given matrices. Addition is not de-fined for matrices of different sizes.

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

What is a zero matrix?

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

What is the negative of a matrix M?

A

The negative of a matrix M, denoted by
∙M, is a matrix with elements that are the negatives of the elements in M. Thus, if

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

How do we define subtraction of matrices?

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

Product of a Number k and a Matrix M

A

The product of a number k and a matrix M, denoted by kM, is a matrix formed by
multiplying each element of M by k

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

Product of a Row Matrix and a Column Matrix

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

Definition: Matrix Product

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

What is important to remember when it comes to matrix multiplication?

A

In the arithmetic of real numbers, it does not matter in which order we multiply.
For example, 57=75. In matrix multiplication, however, it does make a
difference. That is, AB does not always equal BA, even if both multiplications are
defined and both products are the same size

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