Eigenvectors and Diagonalizable Matrices Flashcards

1
Q

A diagonalizable matrix is a special type of linear operator that only corresponds to a simultaneous scaling along d different directions

A

These d different directions are referred to as eigenvectors and the d scale factors are referred to as eigenvalues

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

Determinant: Geometric View

A

The determinant of a d×d matrix is the (signed) volume of the d-dimensional parallelepiped defined by its row (or column) vectors

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

The determinant of an orthogonal matrix is either +1 or −1

A

One can use this result to simplify the determinant computation of a matrix with various types of decompositions containing orthogonal matrices

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

Eigenvectors and Eigenvalues - A d-dimensional column vector x is said to be an eigenvector of d×d matrix A, if the following relationship is satisfied for some scalar λ

A

The scalar λ is referred to as its eigenvalue.

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

The determinant of a diagonalizable matrix is equal to the product of its eigenvalues

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

Eigendecomposition in matrix form

A
  • V is an invertible d × d matrix containing linearly independent eigenvectors
  • Δ is a d × d diagonal matrix, whose diagonal elements contain the eigenvalues of A
  • The matrix V is also referred to as a basis change matrix, because it tells us that the linear transformation A is a diagonal matrix Δ after changing the basis to the columns of V
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The characteristic polynomial

A

The characteristic polynomial of a d×d matrix A is the degree-d polynomial in λ obtained by expanding det(A − λI).

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

Cayley-Hamilton Theorem

A

Let A be any matrix with characteristic polynomial f(λ) = det(A − λI). Then, f(A) evaluates to the zero matrix

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

Similar matrices

A

Two matrices A and B are said to be similar when B = VAV−1

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

Jordan normal form

A

“almost” diagonalizes the matrix A with an upper-triangular matrix U

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

Spectral Theorem

A

Let A be a d × d symmetric matrix with real entries. Then, A is always diagonalizable with real eigenvalues and has orthonormal, real-valued eigenvectors. In other words, A can be diagonalized in the form A = VΔVT with orthogonal matrix V

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

A-Orthogonality

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

Positive Semidefinite Matrices

A

A symmetric matrix is positive semidefinite if and only if all its eigenvalues are non-negative

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

Cholesky factorization

A

The Cholesky decomposition is a special case of LU decomposition, and it can be used only for positive definite matrices

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

Computing Ak

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

Similarity Matrix

A
17
Q

Similarity matrix decomposition

A
18
Q

Gaussian kernel

A

Here, σ is a parameter that controls the sensitivity of the similarity function to distances between points. Such a similarity function is referred to as a Gaussian kernel.

19
Q

Covariance Matrix

A
20
Q

Convex and concave functions definition

A
21
Q

Semidefinite positive/negative matrix relation to convexity

A
  • Functions in which A is positive semidefinite correspond to convex functions, which take the shape of a bowl with a minimum but no maximum.
  • Functions in which A is negative semidefinite are concave, and they take on the shape of an inverted bowl.
22
Q

Most general form of a quadratic function in multiple variables

A
23
Q

f(x, y) relation to the vertex form

A
24
Q

Additively Separable Functions

A