New Reply

Square root of a squared block matrix

 
Share Thread Thread Tools
Feb7-13, 12:35 PM   #1
 

Square root of a squared block matrix


Hi everybody,

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

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

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

Can you help me?

I sincerely thank you! :)

All the best

GoodSpirit
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Feb7-13, 01:31 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi GoodSpirit!

Have you tried transforming it into the form
[tex]
\begin{equation}
M=\begin{bmatrix}
P &0\\
0 &Q\\
\end{bmatrix}
\end{equation}
[/tex]
 
Feb9-13, 06:15 AM   #3
 
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
 
New Reply
Thread Tools


Similar Threads for: Square root of a squared block matrix
Thread Forum Replies
Square root of a 0 matrix Linear & Abstract Algebra 5
Square Root of a Matrix Linear & Abstract Algebra 7
The square root of a 2x2 matrix General Math 4
Square root of a Matrix Calculus & Beyond Homework 16
The square root of Matrix! Linear & Abstract Algebra 4