Matrices Flashcards

1
Q

Adding and subtracting matrices

A

Done element by element (only for matching square matrices)

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

Matrix definition

A

an array of quantities with m columns and n rows

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

Multiplying matrices by a scalar

A

Scalar multiplies every quantity in the matrix

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

Condition for multiplying two matrices AB

A

Must conform:
A column n = B row n

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

AB=BA (T/F)

A

F although for certain types of matrices it is valid

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

Multiplying matrices

A

We do row * column, essentially dot product, overlap will be that position in the newly formed matrix

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

Square matrix

A

One with the same number of columns as rows

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

Transpose of a matrix

A

When we flip the columns to rows and rows to columns, denoted by A^T

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

Symmetric matrix

A

It is the same when you transpose it, A=A^T

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

Asymmetric/skew matrix

A

It is the opposite when you transpose it:
A=-A^T

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

Diagonal Matrix

A

Only non zero values in diagonal from top left to bottom right

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

Identity matrix

A

Diagonal of 1s from top right to bottom left, rest are all 0s.
Matrix equivalent of multiplying by 1

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

Lower triangular matrix

A

Top right corner above diagonal all 0s

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

Upper triangular matrix

A

Bottom left corner below diagonal is all 0s

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

Inverse matrices

A

A^-1,
A^-1A=I=AA^-1

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

Orthogonal matrices

A

AA^T=A^TA=I