Questions: Positive Definite Matrices

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student checks that a symmetric matrix A is invertible (det A ≠ 0) and concludes it must be positive definite. Why is this wrong?

AIt is correct — invertible symmetric matrices are always positive definite
BInvertibility only rules out zero eigenvalues; a matrix with negative eigenvalues is invertible but not positive definite
CInvertibility and positive definiteness are unrelated and neither implies the other
DPositive definite matrices are never invertible because xᵀAx = 0 would have no solution
Question 2 Multiple Choice

Which of the following is the correct characterization? A symmetric matrix A is positive definite if and only if…

AA is invertible and has positive diagonal entries
BxᵀAx > 0 for all nonzero vectors x (equivalently, all eigenvalues are strictly positive)
CThe determinant of A is positive
DA has an LU factorization with positive diagonal entries in U
Question 3 True / False

The matrix AᵀA (formed from any real matrix A with more rows than columns) is typically positive definite.

TTrue
FFalse
Question 4 True / False

A positive definite matrix A defines a quadratic form xᵀAx that produces a bowl-shaped surface opening upward, with its unique minimum at the origin.

TTrue
FFalse
Question 5 Short Answer

What is the Cholesky decomposition, what does it require, and why is its existence equivalent to positive definiteness?

Think about your answer, then reveal below.