math 2: matrices Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

the size of a matrix is

A

r by c

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

r is the

A

number of rows

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

c is the

A

number of columns

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

the numbers in a matrix are called

A

entries

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

entry in the ith row and jth column is named

A

x subscript ij

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

two matrices are equal if they are the

A

same size and their corresponding entries are equal

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

if r = 1 the matrix is called a

A

row matrix

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

if c = 1, the matrix is called a

A

column matrix

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

if r = c, the matrix is called a

A

square matrix

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

scalar multiplication takes place when each number in a matrix is multiplied by a

A

constant

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

if two matrices are the same size, they can be added or subtracted by

A

adding or subtracting corresponding entries

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

matrix multiplication takes place when two matrices, A and B, are multiplied to form

A

a new matrix AB

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

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

A

r1 by c2

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

the entry xij of AB is the ith row of A times the

A

jth column of B

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

if A and B are square matrices, BA is also defined but not

A

generally equal to AB

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

matrix multiplication is not

A

commutative

17
Q

the determinant of an n by n square matrix is a

A

number

18
Q

the determinant of the 2 by 2 matrix [a/c b/d] is denoted by [a/b c/d] which equals

A

ad-bc

19
Q

the product of square n by n matrices is a

A

square n by n matrix

20
Q

an identity matrix I is a square matrix consisting of

A

1’s down the main diagonal and 0’s elsewhere

21
Q

the product of n by n square matrices I and A is

A

A

22
Q

I is a multiplicative identity for

A

matrix multiplication

23
Q

a nonsingular square n by n matrix A has a multiplicative inverse, A-1 where A-1A=

A

AA-1 = I