Chapter 9 - Quadratic Forms, Orthogonal And Symmetric Matrices Flashcards

1
Q

Properties of dot product ( inner product)

A

Symmetry : x • y = y • x
Bilinearity: for all x,y,x’,y’ in R^n and s,t (real numbers),
(sx + tx’) • y = sx • y + x’ • y
x • (sy + ty’) = sx • y + x • y’
Non-negativity: x • x > or equal to 0
|x| = sqrt (x • x). This is the length of x
x = 0 iff |x| = 0
If x doesn’t equal 0, then x/|x| has length 1

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

Orthogonal vectors x, y

A

If x • y = 0

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

Orthonormal set of vectors

A

If vi • vi = delta (ij) = 1 if i=j
0 if i doesn’t equal j
Delta (ij) is the Kornecker delta function

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

Orthogonal matrix

A
Ax • Ay = x • y for all x, y in R^n
Has an inverse A^-1 = A^T which is also orthogonal
A^T * A = E
If A and B are orthogonal, so is AB
Det(A) = 1 or -1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Orthogonal group

A

The set of all orthogonal n by n matrices
O (n) = {A in Mn (R) | A^T * A = E
A^-1 = A^T

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

A is in O (n) if

A

Its columns (considered as a set of vectors) form an orthonormal set

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

Symmetric matrix

A

If Ax • y = x • Ay for all x, y in R^n
All eigenvalues of A are real numbers
If Au = lamdau and Av = muv and lamda doesn’t equal mu, then u • v = 0
(i.e. if u and v are eigenvectors of A with distinct eigenvalues, then they are orthogonal)

There is an orthogonal matrix P and a diagonal matrix D such that A = PDP^-1 = PDP^T

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

Diagonal matrix

A

A square matrix with zero entries in every position that isn’t on the leading diagonal

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

Quadratic form as a matrix equation

A

Q (x) = x^T * B * x

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

Rank of Q

A

r + s

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

Signature of Q

A

r - s

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

Positive definite

A

If Q (x) is positive for all values of x not equal to 0

If the eigenvalues (of B) are positive

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

Negative definite

A

If Q (x) is negative for all values of x not equal to 0

If the eigenvalues (of B) are negative

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

Positive semidefinite

A

If Q (x) > or = to 0 for all values of x not equal to 0

If the eigenvalues (of B) are > or = to 0

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

Negative semidefinite

A

If Q (x) < or = to 0 for all values of x not equal to 0

If the eigenvalues (of B) are < or = to 0

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

Indefinite

A

If Q (x) can take both positive and negative values

If there is at least one positive and at least one negative eigenvalue (of B)

17
Q

Taylor series

A

f (x0 + deltax) = f (x0) + (1/2) (deltax)^T * H (deltax)
= f (x0) + (1/2)Q (deltax)

where Q (delta*x) is a quadratic form associated with the hessian matrix H

18
Q

Hessian matrix

A

H = matrix of:
[Fxx fxy]
[Fxy fyy]

19
Q

Stattionary point is local minimum

A

If the eigenvalues of H are positive

20
Q

Local maximum stationary point

A

If the eigenvalues of H are negative

21
Q

Saddly point stationary point

A

If at least one eigenvalue of H is positive and at least one is negative

22
Q

Method to find eigenvalues and eigenvectors

A
Work out A-lamda*Identity matrix
Find determinant of this
Put that equal to 0
Factorise to find values of lamda
Sub these values back into the 1st step
Normalise eigenvectors
23
Q

To normalise an eigenvector (a,b)

A

Do 1/(sqrt of (a^2 + b^2) (a,b)