Questions tagged [hermitian-matrices]

A Hermitian matrix is a complex square matrix that is equal to its own conjugate transpose.

In linear algebra, a hermitian matrix is a square matrix that is equal to its conjugate transpose; this is occasionally known as the adjoint matrix as well. Formally, matrix $A$ is symmetric if $A^H=A$. Real symmetric matrices are de facto hermitian.

The sum and difference of two hermitian matrices is again hermitian, but this is not always true for the product: given hermitian matrices $A$ and $B$, then $AB$ is symmetric if and only if $A$ and $B$ commute, i.e., if $AB = BA$. So for integer $n$, $A^n$ is hermitian if $A$ is hermitian. If $A^{−1}$ exists, it is hermitian if and only if $A$ is hermitian.

An important fact about hermitian (symmetric) matrices is that they possess real eigenvalues. This can be seen by considering a finite-dimensional complex vector space equipped with the usual inner product.

348 questions
1
vote
1 answer

Positive definite Hermitian iff. $\exists$ P $\in GL(E) s.t. A= P^*P$

I'm trying to prove that: $A$ positive definite Hermitian $\iff$ $\exists P \in GL(E)$ s.t. $A=P^*P$. $GL(E)$ is the set of all invertible matrices. Proof: $\Leftarrow:$ Suppose $\exists P \in GL(E)$ s.t. $A=P^*P$ To show: $A=A^*$. We know…
karnan
  • 175
0
votes
0 answers

Why the real space of Hermitian matrices is composed of space of traceless Hermitian matrices direct sum $\text{Span}_{\mathbb{R}}(\{\mathbb{I}_X\})$

I'm trying to understand a so-called fact (From the SM of article, proof of Lemma-SM 3) that $$\mathcal{h}(X)=\mathcal{h}_0(X)\oplus \text{Span}_{\mathbb{R}}(\{\mathbb{I}_X\}),$$ where $h(X)$ means the real space of all Hermitian matrices on system…
hui
  • 1
0
votes
1 answer

Can you define Self-adjoint/Hermitian as essentially the same as normal but for real (non-complex) inner product spaces?

Is it possible to have linear operator on complex inner product space that satisfy $T=T^*$?