Matrices Flashcards

1
Q

How can you add matrices

A

Only if they are the same size
Add the elements at their corresponding positions

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

How can you scale a matrix

A

Multiply each element in the matrix by some scale factor

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

Matrix multiplication

A

Only possible if there are as many rows in matrix A as there comumns in matrix B

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

Identity matrix

A

A square matrix consisting of a diagonal 1 and 0’s everywhere else

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

When can a matrix be inverted

A

If it is square and and has a non-zero detriment

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

How to calculate the inverse of a matrix

A

Find the detriment:
1 / (a x d) - (b x c)

Then find the adjugate:
swap top left and bottom right elements, then flip signs of top right and bottom left

Finally, multiply the adjugate by the detriment

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