Square root of a squared block matrix

GoodSpirit
Messages
18
Reaction score
0
Hi everybody,

I’m trying to compute the square root of the following squared block matrix:

<br /> \begin{equation}<br /> M=\begin{bmatrix}<br /> A &amp;B\\<br /> C &amp;D\\<br /> \end{bmatrix}<br /> \end{equation}<br />

(that is M^(1/2))as function of A,B,C, D which are all square matrices.

Can you help me?

I sincerely thank you! :)

All the best

GoodSpirit
 
Physics news on Phys.org
Hi GoodSpirit! :smile:

Have you tried transforming it into the form
<br /> \begin{equation}<br /> M=\begin{bmatrix}<br /> P &amp;0\\<br /> 0 &amp;Q\\<br /> \end{bmatrix}<br /> \end{equation}<br />
 
Hi tiny-tim,

Thank you for answering.
That´s an interesting idea but how do you do that...?
It is not easy...
I must say that there is more...
M is a typical covariance matrix so it is symmetric and semi-positive definite.

A and D are symmetric and positive semi-definite (covariance matrices too) and B=C^T and B is the cross covariance matrix of A and D.

My attempt is based on eigendecomposition
$$ M=Q \Lambda Q^T $$
and
$$
M=\begin{bmatrix}
a & b \\
c & d \\
\end{bmatrix}
\begin{bmatrix}
a & b \\
c & d \\
\end{bmatrix}
$$

But it lead to something very complicated.

I really thank you all for your answer!:)

All the best

GoodSpirit
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top