Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Symmetric matrices and quadratic forms

1.[1p]

A matrix is symmetric when

Correct
The answer is: it equals its own transpose
The answer is: it equals its own transpose
The answer is: it equals its own transpose

2.[3p]

What does the spectral theorem guarantee for a real symmetric matrix?

Select all that apply

Correct
Correct
Correct
The answer is: Its eigenvalues are all real, It has an orthonormal basis of eigenvectors, It can be written $A = QDQ^T$ with $Q$ orthogonal

3.[3p]

Why are eigenvectors of distinct eigenvalues of a symmetric matrix perpendicular?

Correct
The answer is: Computing $\mathbf{u}^TA\mathbf{v}$ two ways gives $\lambda(\mathbf{u}\cdot\mathbf{v}) = \mu(\mathbf{u}\cdot\mathbf{v})$, forcing the dot product to zero
The answer is: Computing $\mathbf{u}^TA\mathbf{v}$ two ways gives $\lambda(\mathbf{u}\cdot\mathbf{v}) = \mu(\mathbf{u}\cdot\mathbf{v})$, forcing the dot product to zero
The answer is: Computing $\mathbf{u}^TA\mathbf{v}$ two ways gives $\lambda(\mathbf{u}\cdot\mathbf{v}) = \mu(\mathbf{u}\cdot\mathbf{v})$, forcing the dot product to zero

4.[2p]

The form 5x2+4xy+2y2 has matrix [(5,2),(2,2)]. What is its larger eigenvalue?

CorrectNot quite: 6

5.[3p]

The quadratic form 3x2+2xy+3y2 has eigenvalues 4 and 2. What is the shorter semi-axis of the curve where the form equals 1?

CorrectNot quite: 0.5

6.[3p]

The form x2+4xy+y2 has matrix [(1,2),(2,1)], with determinant -3. Its level curves are

Correct
The answer is: hyperbolas, since the eigenvalues have opposite signs
The answer is: hyperbolas, since the eigenvalues have opposite signs
The answer is: hyperbolas, since the eigenvalues have opposite signs

7.[2p]

For a two by two symmetric matrix, a>0 together with a positive determinant means the form is positive definite.

Correct
The answer is: True

8.[3p]

Four points have covariance matrix [(1.6667,2),(2,2.6667)], with eigenvalues 4.2282 and 0.1051. What percentage of the total variance lies along the first principal direction?

CorrectNot quite: 97.6

9.[3p]

Match each symmetric matrix to where it comes from.

  • ATA

  • The Hessian

  • The covariance matrix

  • The inertia tensor

  • the spread of a cloud of data

  • the principal axes of a spinning body

  • the normal equations of a least squares fit

  • the second derivatives at a critical point

Show the answer

ATA: the normal equations of a least squares fit The Hessian: the second derivatives at a critical point The covariance matrix: the spread of a cloud of data The inertia tensor: the principal axes of a spinning body