How Do Eigenvectors of Block Covariance Matrices Interrelate?

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
1 reply · 3K views
GoodSpirit
Messages
18
Reaction score
0
Hello everybody,

I’d like to present this math problem that I’ve trying to solve…
This matter is important because the covariance matrix is widely use and this leads to new interpretations of the cross covariance matrices.
Considering the following covariance block matrix :
[tex] \begin{equation}<br /> M=\begin{bmatrix}<br /> S1 &C \\<br /> C^T &S2 \\<br /> \end{bmatrix}<br /> \end{equation}[/tex]

The matrix S1 and S2 are symmetric and positive semi-definite.C is also positive semi-definite
What I am trying figure out is :
1- I would like to discover the relation between the eigenvector of M and the eigen vectors of S1 and S2.
2- Discover the relation between the eigenvector of the matricez S1,S2 and C.
I used the eigendecomposition but it lead to a very complicated expressions…
Could you help me suggesting another approach?

I really thank you!

All the best

GoodSpirit
 
Physics news on Phys.org
Only possibility which I can think of, is to write the basis according to the blocks, and solve
$$
M\begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}S_1& C\\ C^T&S_2 \end{bmatrix}\cdot \begin{bmatrix}x\\y\end{bmatrix}=\begin{bmatrix}S_1x+Cy\\C^Tx+S_2y\end{bmatrix} =\begin{bmatrix}\lambda x\\ \lambda y\end{bmatrix}
$$
which means to look for inverses of your blocks.