Matrices Flashcards

1
Q

When is a matrix homogenous?

A

When in Ax=b is =0

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

A matrix is inconsistent when…

A

There are no solutions

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

Linearly independent for a set of vectors means…

A

There is only a trivial solution for c1v1 + c2v2 + c3v3 = 0

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

A set of vectors is linearly dependent if…

A

The all live on the same line or plane

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

Rank

A

Maximal number of linearly independent row vectors

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

What is row echelon form / gaussian elimination?

A

Interchanging / adding / negating rows. Aim for zeros at bottom and leading entries at right

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

Rouché-Capelli to find if a matrix has solutions

A

rank [A] = rank [A|b]✅
(∞ if rank < unknowns)
rank [A] < rank [A|b] ❌

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

Determinant of a 2x2 matrix [a b, c d]

A

|A| = ad − bc

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

Determinant of 3x3 matrix

A

Top values times by their minors, then +-+

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

Eiegenvalue equation

A

det(A-λI)=0
λ into original equation for eigenvector
Normalised vector by inputting unit

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

Trace of a matrix

A

Adding the values on the leading diagonal

Also = λ1 + λ2 + λ3

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

λ1 x λ2 x λ3 =?

A

Determinant

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

Are eigenvectors from different eigenvalues always linearly independent?

A

Yes

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

Is it true that a square matrix over a complex field has at least on eigenvalue?

A

Yes

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

Λ

A

Matrix of eigenvalues

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

Q modal matrix

A

Matrix of eigenvectors

17
Q

Similarity transformation - used in diagonalization

A

Λ = Q⁻¹AQ

18
Q

Putting a matrix to a power

A

Use AQ = QΛ

Aⁿ = QΛⁿQ⁻¹

19
Q

Solving first order equations with eigenvalues

A
Ẋ = AX = QΛQ⁻¹ X
Q⁻¹Ẋ = ΛQ⁻¹ X
To Ẏ = ΛY
Finally X = QY
Use boundary conditions for unknowns
20
Q

Repeated eigenvalues (multiplicity)

A

Produce an equal number of eigenvectors by setting one parameter to zero, giving linearly independent vectors. If cannot => non diagonisable

21
Q

Symmetry in matrices

A

A = A^T transpose

22
Q

What does symmetry in a matrix tell you?

A

For a real matrix - eigenvalues are all real

Can always be diagonalised