Math (1, 2, 2) Flashcards

memorization

1
Q

define Eigenvalue

A

A scalar λ ∈ R, or a factor by which the vector (which stays on its original span) gets stretched or squished

An eigenvector x is a vector that satisfies this equation for the eigenvalue.

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

Define Spectrum

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

define Eigenvector

A

0 ≠ x ∈ R^n. vectors that stay on their span after a linear transformation.

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

eigen vector and value equation

A

an eigen value of A is a scalar

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

What is an eigenspace W associated with an eigenvalue ?

A

The vector subspace of Rn defined by W = {x 2 Rn : (A - I)x = 0}.

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

True or False: Eigenvectors associated with distinct eigenvalues of a symmetric matrix are orthogonal.

A

True.

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

What is the characteristic polynomial of a symmetric matrix A of order n?

A

pA(t) = tn + n-1tn-1 + … + (-1)n det A.

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

What is the degree of the characteristic polynomial for a symmetric matrix of order n?

A

n.

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

What does it mean if an eigenvalue has multiplicity m()?

A

It is the number of times the eigenvalue  appears as a root of the characteristic polynomial.

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

What is an eigenbasis?

A

An orthonormal basis of Rn formed by eigenvectors of a symmetric matrix.

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

Fill in the blank: The dimension of the eigenspace W is equal to the _______ of the eigenvalue .

A

multiplicity m().

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

What is the trace of a matrix A?

A

The sum of the diagonal entries, denoted as tr A.

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

In the context of eigenvalues, what does the Rank-Nullity Theorem state?

A

dim W + dim Im T = n.

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

What is the implication of a symmetric matrix A having n distinct eigenvalues?

A

It indicates that there are at most n independent eigenvectors.

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

How can one find an eigenpair (; x)?

A

First find the eigenvalue  by solving det(A - I) = 0, then find the eigenvector x by solving (A - I)x = 0.

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

What is the relationship between the discriminant of the characteristic polynomial and the roots?

A

The discriminant indicates that all roots of the polynomial are real.

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

What does Proposition 1251 state about the dimension of eigenspaces?

A

dim W = m() for each eigenvalue .

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

What are the vectors associated with the eigenvalue 2?

A

(0; 0; 1) and (p3; p3; 0)

These vectors form part of the eigenbasis for R3.

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

What is the dimension of W1?

A

1

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

What is the dimension of W3?

A

2

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

What forms an eigenbasis of R3?

A

The vectors (p3; 3; 0), (0; 0; 1), and (1; r2; 0)

These vectors are crucial for understanding the structure of the space.

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

What is the Gram-Schmidt orthonormalization process used for?

A

To turn a set of linearly independent vectors into an orthonormal basis.

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

What is the formula for the first normalized vector x~1?

A

x~1 = x1 / ||x1||

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

What is the auxiliary vector y2 defined as?

A

y2 = x2 - Pspan{ x~1 }(x2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What does it mean if a symmetric matrix is invertible?
Its inverse matrix is also symmetric.
26
What condition must be satisfied for a symmetric matrix A to be invertible?
All its eigenvalues must be non-zero.
27
What is the relationship between the eigenvalues of a matrix and its inverse?
The eigenvalues of the inverse matrix are the reciprocals of the eigenvalues of the original matrix.
28
What does it mean for a square matrix B to be orthogonal?
BTB = I
29
List the equivalent conditions for a square matrix B to be orthogonal.
* B is orthogonal * B has orthonormal rows * B has orthonormal columns * B is invertible, with B^{-1} = BT
30
What does the lemma state about a square matrix B having orthonormal rows?
B has orthonormal rows if and only if BBT = I.
31
What is the determinant of an orthogonal matrix?
The determinant is either 1 or -1.
32
What is the spectral decomposition of a symmetric matrix A?
A = BΛBT, where B is orthogonal and Λ is a diagonal matrix of eigenvalues.
33
How is the determinant of a symmetric matrix related to its eigenvalues?
det A = λ1 * λ2 * ... * λn, where λi are the eigenvalues.
34
What is the significance of the orthogonal matrix B in the context of diagonalization?
It consists of the normalized eigenvectors associated with the eigenvalues.
35
True or False: If a symmetric matrix has distinct eigenvalues, its eigenvectors can form an orthogonal basis.
True
36
What happens if two vectors x1 and x2 are linearly independent?
They can be orthonormalized using the Gram-Schmidt process.
37
How do you define the normalized eigenvector x_i?
x_i = normalized eigenvector associated with eigenvalue λ_i.
38
What condition must hold for a symmetric matrix A to be orthogonally diagonalizable?
It must have n distinct eigenvalues.
39
What is the condition for the inequality involving xi and xj when i ≠ j?
xi ? xj when i ≠ j ## Footnote This condition ensures that the vectors are distinct.
40
What is the significance of the orthogonal matrix in diagonalization?
The orthogonal matrix can be the matrix whose columns are normalized eigenvectors associated to distinct eigenvalues.
41
What is an eigenvalue?
An eigenvalue is a scalar associated with a linear transformation represented by a matrix.
42
What does the determinant of a matrix represent?
The determinant represents the scaling factor of the transformation described by the matrix.
43
What is a symmetric matrix?
A symmetric matrix is a square matrix that is equal to its transpose.
44
What is a quadratic form?
A quadratic form is a polynomial of degree two in several variables.
45
How is a quadratic form represented using a symmetric matrix?
f(x) = x^T A x, where A is a symmetric matrix.
46
What is a monomial of degree m?
A monomial of degree m is a function of the form f(x1, ..., xn) = k(x1^p1 * x2^p2 * ... * xn^pn) where the sum of the degrees equals m.
47
What defines a form?
A form is a sum of monomials of the same degree.
48
What is the relationship between quadratic forms and symmetric matrices?
There is a bijective correspondence between quadratic forms and symmetric matrices.
49
What is a linear form?
A linear form is the sum of monomials of first degree.
50
True or False: All square matrices have real eigenvalues.
False ## Footnote Eigenvalues can be complex for non-symmetric matrices.
51
Fill in the blank: A function f : R^n → R is a ______ if it is a sum of monomials of the same degree.
form
52
What are the coefficients of the squares in a quadratic form?
The elements of the diagonal of the symmetric matrix A.
53
What is the characteristic of a quadratic form?
It is the sum of monomials of second degree.
54
What does Riesz's Theorem state about linear forms?
Linear forms are linear functions.
55
What is the general form of a quadratic form expanded?
f(x) = a11x1^2 + a22x2^2 + ... + 2a12x1x2 + ...
56
What is the symmetric matrix associated with the quadratic form f(x1, x2) = x2 + x2 - 4x1x2?
A = [[1, -2], [-2, 1]]
57
What is the determinant of a matrix A when eigenvalues are λ1 and λ2?
det A = λ1 * λ2
58
What is the formula for the determinant of a symmetric matrix with eigenvalues?
det A = Π λi for i = 1 to n
59
What is the definition of a quadratic form f : Rn ! R?
f (x) = Pn i=1 ix²
60
What is the classification of a quadratic form based on its sign?
* Positive semi-definite: f (x) ≥ 0 for all x ∈ Rn * Negative semi-definite: f (x) ≤ 0 for all x ∈ Rn * Positive definite: f (x) > 0 for all 0 ≠ x ∈ Rn * Negative definite: f (x) < 0 for all 0 ≠ x ∈ Rn * Indefinite: There exist x, x0 ∈ Rn such that f (x) < 0 < f (x0)
61
True or False: A quadratic form f is negative definite if and only if -f is positive definite.
True
62
What are the conditions for a symmetric matrix A regarding positive and negative semi-definiteness?
* Positive semi-definite: x'Ax ≥ 0 for all x ∈ Rn * Negative semi-definite: x'Ax ≤ 0 for all x ∈ Rn * Positive definite: x'Ax > 0 for all 0 ≠ x ∈ Rn * Negative definite: x'Ax < 0 for all 0 ≠ x ∈ Rn
63
What does it mean for a positive definite matrix to be invertible?
A positive definite matrix is invertible and its inverse is also positive definite.
64
What is a necessary condition for a positive semi-definite matrix to be invertible?
It must be positive definite.
65
What is the relationship between the eigenvalues of a symmetric matrix and its definiteness?
* Positive definite: all eigenvalues are strictly positive * Positive semi-definite: all eigenvalues are non-negative
66
What does the determinant of a positive definite matrix indicate?
det A > 0
67
What does the determinant of a positive semi-definite matrix indicate?
det A ≥ 0
68
What is Cholesky factorization?
A = LLT where L is a lower triangular matrix with strictly positive diagonal entries.
69
Fill in the blank: A quadratic form f (x) = Pn i=1 ix² is positive semi-definite if and only if _______.
i ≥ 0 for every i
70
Fill in the blank: A quadratic form f (x) = Pn i=1 ix² is positive definite if and only if _______.
i > 0 for every i
71
What is the Sylvester-Jacobi criterion used for?
To determine the definiteness of a symmetric matrix using principal minors.
72
What are principal minors in the context of a symmetric matrix?
The determinants of principal submatrices obtained by eliminating rows and columns.
73
What is the significance of leading principal minors?
They are the determinants of leading principal submatrices obtained by eliminating the last k rows and columns.
74
Example: What is the determinant of the matrix A = [[1, 3, 2], [10, 1, 2], [4, 5, 7]]?
det A = -101
75
What condition must be satisfied for the diagonal entries aii of a positive definite matrix?
aii > 0 for all i = 1, ..., n
76
What condition must be satisfied for the diagonal entries aii of a positive semi-definite matrix?
aii ≥ 0 for all i = 1, ..., n
77
Fill in the blank: A positive semi-definite matrix A is such that x'Ax = 0 if and only if _______.
Ax = 0
78
What is the determinant of the matrix A if det A1 = 1, det A2 = -29, and det A3 = -101?
det A = -101 ## Footnote The leading principal minors are: det A1 = 1, det A2 = -29, det A3 = -101.
79
What terminology was first used in a decomposition of a quadratic form in a sum of squares by Francesco Brioschi?
Leading principal minors ## Footnote Brioschi established this terminology in 1856.
80
What does Theorem 1279 (Brioschi) state about a symmetric matrix A with non-zero leading principal minors?
There exists an upper triangular matrix C with unit diagonal entries such that x' Ax = Σ det Ak z^2 ## Footnote Where z = Cx.
81
What form does the matrix C take in Brioschi's Theorem for n = 2?
C = [[1, c], [0, 1]] ## Footnote Where c ∈ R.
82
What are the conditions for a symmetric matrix A to be positive definite according to Proposition 1280?
All its principal minors are strictly positive ## Footnote This is a necessary condition for positive definiteness.
83
What does Proposition 1281 (Sylvester-Jacobi criterion) state about a symmetric matrix A?
A is positive definite if all leading principal minors are strictly positive; negative definite if they change sign starting with a negative sign; indefinite if their signs do not respect these conditions ## Footnote This criterion simplifies the checking of matrix definiteness.
84
How can one conclude that a symmetric matrix is not definite or semi-definite according to Proposition 1280?
Exhibit any principal minor that violates the positivity conditions ## Footnote This approach is a preliminary analysis based on previous propositions.
85
In Example 1282, what is the associated symmetric matrix of the quadratic form f(x1, x2, x3)?
A = [[1, 2, 3], [1, 1, 2], [0, 3, 2]] ## Footnote The matrix represents the quadratic form f(x1, x2, x3) = x1^2 + 2x2^2 + x3^2 + (x1 + x3)x2.
86
What are the leading principal minors of matrix A in Example 1282?
det A1 = 1 > 0, det A2 > 0, det A3 = 2 > 0 ## Footnote This implies that the quadratic form is positive definite.
87
What is the criterion for a symmetric matrix to be positive semi-definite according to Proposition 1283?
All its principal minors, leading or not, are positive ## Footnote This criterion is more computationally intensive than for positive definiteness.
88
What is the condition under which the matrix A = [[0, 0], [0, a22]] is positive semi-definite?
a22 ≥ 0 ## Footnote Although the leading principal minors can be positive, the overall condition requires a22 to be non-negative.