Chapter 5: Problem 14
This exercise is for lovers of complex arithmetic. Denote by \(\mathbf{x}^{H}\) the conjugate transpose of a given complex-valued vector \(\mathbf{x}\), and likewise for a matrix. The \(\ell_{2}\) -norm is naturally extended to complex- valued vectors by $$ \|\mathbf{x}\|_{2}^{2}=\mathbf{x}^{H} \mathbf{x}=\sum_{i=1}^{n}\left|x_{i}\right|^{2}, $$ which in particular is real, possibly unlike \(\mathbf{x}^{T} \mathbf{x}\). A complex-valued \(n \times n\) matrix \(A\) is called Hermitian if \(A^{H}=A\). Further, \(A\) is positive definite if $$ \mathbf{x}^{H} A \mathbf{x}>0 $$ for all complex-valued vectors \(\mathbf{x} \neq \mathbf{0}\). (a) Show that the \(1 \times 1\) matrix \(A=t\) is symmetric but not Hermitian, whereas \(B=\left(\begin{array}{cc}2 & t \\ -1 & 2\end{array}\right)\) is Hermitian positive definite but not symmetric. Find the eigenvalues of \(A\) and of \(B\). [In general, all eigenvalues of a Hermitian positive definite matrix are real and positive.] (b) Show that an \(n \times n\) Hermitian positive definite matrix \(A\) can be decomposed as \(A=\) \(L D L^{H}\), where \(D\) is a diagonal matrix with positive entries and \(L\) is a complex-valued unit lower triangular matrix. (c) Extend the Cholesky decomposition algorithm to Hermitian positive definite matrices. Justify.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.