Unit 3 Flashcards

1
Q

For standard VQ function, under what circumstances will x* yield a unique global minimum?

A

If A is positive definite

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

What determines if a square nxn matrix A is positive semi-definite?

A

A square nxn matrix A is said to be positive semi-definite if, for all nx1 vectors x, the scalar value x^TAx>=0

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

See

A

First 3 lines of notes on possible definite matrices

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

3 points regarding PSD and PD matrices?

A

1) set of PD matrices is a proper subset of PSD matrices
2) being PD is a sufficient condition for being PSD
3) being PSD is a necessary condition for being PD

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

When is an nxn matrix A said to be positive definite?

A

A square nxn matrix A is said to be positive definite if (for all x is a subset of R^n) such that x is not equal to 0n, it is true that x^TAx>0

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

Note

A

Since no matrix can satisfy x^TAx>0 if x=0n we exclude it from our definition

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

What is a 1x1 matrix positive definite?

A

If it’s element is positive

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

Quick rule for checking if a diagonal matrix is positive definite? And why?

A

If all of it’s entries are positive, it is positive definite because a positively weighed sum of squares can never be negative

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

How to tell if a matrix A is negative definite, and what this means for f(x)?

A

If -A is positive definite, then A is negative definite - tf if A has this property f(x) will have a unique global maximum (if f(x)=x^TAx only then UGM at origin)

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

How to tell if matrix A is negative semi-definite?

A

If -A is positive semi-definite, then A is negative semi-definite

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

What is an indefinite matrix?

A

One that isn’t PSD, PD, NSD or ND

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

Why would a matrix come out as indefinite?

A

A matrix comes out as indefinite when x^TAx can be either positive or negative depending on the vector x chosen

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

Different types of matrix A and what this means regarding maximum and minimum points? (5)

A
PD - unique global min at x*
PSD - global min at x*
Indefinite - no min/max
ND - unique global max at x*
NSD - global max at x*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Necessary condition for PD matrix?

A

A positive determinant

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

Note:

A

Is PD all diagonal entries will be positive

If PSD all diagonal entries will be non-negative

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

3 points regarding PSD, PD and indefinite matrices wrt eigenvalues?

A

If PD AND symmetric, all eigenvalues are positive

If PSD AND symmetric, all EVs are nonnegative

If indefinite AND symmetric, both positive and negative EVs

17
Q

Key point regarding the determinant test for positive definiteness?

A

If used in exam, MUST point out can only be done due to matrix being symmetric

18
Q

Explain the determinant test for positive definiteness?

A

See notes

19
Q

How can the determinant test be altered for testing if a matrix is PSD?

A

If ALL principal minors are non-negative then the matrix is PSD (NOT just the leading principal minors) (see example 9)