Square root of a squared block matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
GoodSpirit
Messages
18
Reaction score
0
Hi everybody,

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

[tex] \begin{equation}<br /> M=\begin{bmatrix}<br /> A &B\\<br /> C &D\\<br /> \end{bmatrix}<br /> \end{equation}[/tex]

(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
[tex] \begin{equation}<br /> M=\begin{bmatrix}<br /> P &0\\<br /> 0 &Q\\<br /> \end{bmatrix}<br /> \end{equation}[/tex]
 
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 [tex]B=C^T[/tex] 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