18. Matrices Flashcards

1
Q

Size of a matrix

A

r by c

  • r* = number of rows
  • c* = number of columns
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name of entry in ith row and jth column

A

xi j

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

If r = 1, the matrix is called…

If c = 1, the matrix is called…

If r = c, the matrix is called…

A

a row matrix

a column matrix

a square matrix

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

Scalar Multiplication

A

Each number in a matrix is multiplied by a constant.

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

Addition and Subtraction

A

If two matrices are the same size, they can be added or subtracted by adding or subtacting corresponding entries.

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

Conditions under which matrix multiplication is possible, where:

  • A* is r1 by c1
  • B* is r2 by c2
A

If c1 = r2, then AB is defined and has size r1 by c2.

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

The entry xi j of AB is…

A

the ith row of A times the jth column of B​.

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

The determinant of a 2 by 2 matrix

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

Finding determinants of n by n with TI-89

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

Singular Matrix…

Nonsingular Matrix…

A

determinant = zero

determinant ≠ zero

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

Identity Matrix

A

IA = A

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

Multiplicative inverse of a nonsingular matrix

A

A–1A = AA–1 = I

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

Solving systems of equations using matrices on TI-89

x – y + 2z = –3

2x + y – z = 0

–x + 2y –3z = 7

⇒ x = –2, y = 7, z = 3

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