Week 1 matrices Flashcards

1
Q

3x2 matrix what is the no. of rows?

A

3 rows
2 columns

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

what is a column/ row vector?

A

c- only has 1 column
r- only has 1 row

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

what is the main diagonal?

A

the elements in the matrix, starting from the top left, then second row and second column

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

what is an identity matrix?
How do you find it using inverse?

A

where all elements along the main diagonal = 1

find it by: matrix A * inverse matrix A^-1 = identity matrix

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

what is a zero/null matrix?

A

matrix = 0

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

what is a skew-symmetric matrix?

A

where elements along the main diagonal = 0

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

P1
What does this mean for the determinant?

A

If matrix has identical rows then the determinant = 0

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

A+B?
SUBTRACT?

A

SUBTRACT- Same as addition but subtract corresponding no. instead

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

D-A?

A

Not possible as it’s 3x2 and 3x3
HAVE TO BE SAME SIZE

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

3D

A

Multiply all no. by multiplying factor outside matrix

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

2A - 3B

A

Multiply all the scalar factors with their respective matrix, then subtract with corresponding no.

Multiply +3 with matrix B, then leave the -ve last

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

What does transpose do?

A

Switches rows and columns

First column now = first row

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

What is a symmetric matrix?

A

Where if you try to transpose the matrix it = original matrix
E.G.

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

What does finding a trace of a matrix mean?

Trace A

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

Matrix multiplication
AC

A

1) Check if possible
ONLY WORKS WHERE: axb and cxd, where b and c must be same

2)Multiply A’s first row with C’s first column

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

What are the rules for multiplication for matrices?

A

1) Chain of multiplication must be same in photo (ABC order is sustained)

2) Multiplication is distributive

3) Transpose of a product = product of transposes multiplied in reverse order

4) Non-commutative- order of multiplication matters, AB doesn’t equal BA

17
Q
A
18
Q

Matrix A divided by Matrix B
A/B

A
19
Q

What kind of matrices can we find the determinant of?
what is the notation for determinant?
Determinant pattern for low dimension matrices?

EX.

A
20
Q

Determinant pattern for higher dimension matrices

A
21
Q

Determinant properties?

A
22
Q

How do you find the adjoint? (low dimension matrices)

A

1) swap 1,1 element with 2,2
2) swap 1,2 element with 2,1

3) use the sign pattern rule for matrices
4) then transpose the matrix

23
Q

Find the adjoint (higher dimension matrices)

A

1) Start top left, and go along the row then start at left again on new row
2) for each number, cover its associated row and column and put in what’s left over (matrix) with determinant lines

3) repeat for all elements and apply sign pattern

4) find the determinant for each

5) transpose

(PHOTO)

24
Q

What kind of matrix can the inverse be found for?
How do you find the inverse of a matrix? (formula)
Pattern for low dimension matrices?

A
  • for square matrices (nxn)
25
Q

If the inverse of matrix A doesn’t exist, what is it called?

A

A is called singular.

26
Q

What is the inverse matrix properties?

A
27
Q

Find the inverse matrix for this:

A
28
Q

how should this be expanded?

A

Terms in bracket should have Transpose, but now multiplied in reverse order

29
Q

how should this be expanded?

A

Determinant of A transpose, is equal to the determinant of A

30
Q

how should this be expanded?

A
31
Q

how should this be expanded?ve

A

Then to get real solution, find actual determinants of both B and C, then put the numbers in a fraction.

32
Q
A
33
Q

how should this be expanded?e

A
34
Q

Qd

A

1) (not included in the photo)
split the matrix, so C^-1 * D^-1

2) for each, Calculate the determinant (check if possible)

3) calculate the adjoint

4) inverse= (1/determinant) * adjoint

5) finally times the 2 inverses together

35
Q

Inverse matrix times by original matrix =?

A

identity matrix

36
Q

what kind of matrix is this?

A

symmetric matrix

37
Q

what is a diagonal matrix?

A

non-zero elements in the main diagonal, with zero everywhere else

38
Q

what does interchanging rows mean?

A

swapping them around