Matrices Basics Flashcards

1
Q

What is a matrix

A

a rectangular table of numbers

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

A matrix with 6 rows and 3 columns can be described as a

A

6x3 matrix

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

what is a square matrix

A

A matrix with the same number of rows and columns eg 3x3 matrix

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

what is the transpose of a matrix

A

the matrix gotten by interchanging the rows and columns of a matrix

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

notation for transpose of matrix

A

M ^T

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

matrix addition and subtraction can only be done when

A

matrices are of the same order (have same number of rows and columns)

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

how to add and subtract matrices

A

add/subtract corresponding elements

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

how to multiply a matrix by a scalar

A

multiply each element by the scalar

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

we can only multiply two matrices together if

A

the number of columns in the first column is equal to the number of rows in the second matrix

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

how do we multiply matrices by each other

A

each row of matrix 1 by each column of matrix 2

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

what order will the elements be in the resulting matrix of matrix multiplication

A

(no. rows in matrix1 x no. of columns in matrix 2)

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

is multiplication of matrices commutative

A

no

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

how to find the determinant of a 2x2 matrix

A

det(A)=ad-bc

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

what is a singular matrix

A

a matrix with determinant of 0

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

what is an identity matrix

A

A matrix with 1s in the main diagonal and 0s everywhere else

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

how do we notate an identity matrix

A

I

17
Q

inverse of a 2x2 matrix

A

1 over det(A) by the matrix (with main diagonal swapped and signs changed on cross diagonal)

18
Q

can inverses exist for any type of matrix

A

no, only square matrices