lecture 4: systems of linear equations Flashcards

1
Q

definition of matrix inverse

A

a square matrix A is said to be invertible if there is a square matrix such that AB = BA = I (identity matrix)
* A, B and I are all the same size

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

the adjugate/adjoint of matrix A is

A

the transpose of the cofactor matrix

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

the (i,j) entry of cofactor matrix is

A

the (i,j) minor times a sign factor

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

a collection of d-vectors(vectors with d features) is linearly independent if

A

the sum of all the vectors cannot equal zero unless all of the coefficients are zero

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

a system of linear equations can be denoted in matrix vector form using

A

Xw = y

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

an even determined system has

A

an equal number of equations and unknowns

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

an over-determined system has

A

more equations than unknowns, which means it has no exact solution

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

an under-determined system has

A

more unknowns than equations, which means it has an infinite number of solutions

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

how to solve an over-determined system

A

an approximate solution can be obtained using left inverse
w = (XᵀX)⁻¹Xᵀy
(XᵀX)⁻¹Xᵀ = left inverse

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

how to solve an under-determined system

A

unique solution possible by using right inverse
w = Xᵀ(XXᵀ)⁻¹y
Xᵀ(XXᵀ)⁻¹ = right inverse

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