If D is a diagonal matrix, when is B D B^T diagonal?

Click For Summary
SUMMARY

The discussion centers on determining the conditions under which the product \(\mathbf{BDB}^{T}\) results in a diagonal matrix, given that \(\mathbf{D}\) is a diagonal matrix with positive diagonal elements. The user explores various forms of the matrix \(\mathbf{B}\), including diagonal and anti-diagonal matrices, and notes that the solution is not straightforward. The context arises from a stochastic processes exercise where the covariance matrix \(\mathbf{D}\) is expressed as \(\mathbf{D} = \mathbf{SS}^{T}\), leading to the question of when \(\mathbf{A}\mathbf{A}^{T}\) is diagonal, where \(\mathbf{A} = \mathbf{BS}\).

PREREQUISITES
  • Understanding of diagonal matrices and their properties
  • Familiarity with matrix multiplication and transposition
  • Knowledge of covariance matrices in statistics
  • Basic concepts of stochastic processes and uncorrelated random variables
NEXT STEPS
  • Research the properties of singular and self-adjoint matrices
  • Study the Singular Value Decomposition (SVD) and its applications
  • Explore conditions for matrix products to remain diagonal
  • Investigate the relationship between covariance matrices and uncorrelated variables
USEFUL FOR

Mathematicians, statisticians, and data scientists interested in linear algebra, particularly those working with matrix transformations in stochastic processes and covariance analysis.

Constantinos
Messages
80
Reaction score
1
Hey! So here's the question:

Homework Statement


Let

\mathbf{B} \in \mathbb{R}^{n \times n} be some square matrix we can choose and

\mathbf{D} \in \mathbb{R}^{n \times n} be some given diagonal matrix with positive diagonal elements.

For what matrices \mathbf{B} is the product

\mathbf{BDB}^{T}

a diagonal matrix?

Homework Equations


Anything goes here I guess. It could be something very easy or requiring theorems (SVD ?)

The Attempt at a Solution


Well I tried to do this for \mathbf{B}, \mathbf{D} \in \mathbb{R}^{2 \times 2} and the matrix that satisfies the above could be diagonal, anti-diagonal, or even have a row zeroed (but not column). So it can't be something simple, like just saying that it should be diagonal (which is rather obvious)

If anyone has anything to suggest feel free, thanks!
 
Last edited:
Physics news on Phys.org
It wants you to discover what kind of matrix B has to be in general ... i.e. would it be "singular", "self adjoint", that sort of thing. What are some types of matrixes you have been learning about lately? Ones that have a special relationship with their transpose?

Note: if D is diagonal, then D=dt I: d=tr(D)
 
Well I haven't been learning about any matrices lately! This question arose on a stochastic processes exercise, were a certain Z = BX + d where X is a random vector of uncorrelated Gaussian random variables. The exercise asks what must Β be for the Ζ variables to still remain uncorrelated. This amounts to the problem above, i.e find Β such that:

\mathbf{B} Cov(X) \mathbf{B}^T is diagonal. Cov(X) is diagonal since the Gaussians are uncorrelated.

I guess I could just answer it *can* be diagonal, or anti-diagonal, but there seem to be more matrices with this property. I am just wondering if there is a closed formula to describe them.

Now that I think of it,

\mathbf{D} = Cov(X) = \mathbf{SS}^T

where

\mathbf{S} = <br /> \begin{bmatrix} <br /> \sigma_1 &amp; 0 &amp; \cdots &amp; 0 \\<br /> 0 &amp; \sigma_2 &amp; \cdots &amp; 0 \\<br /> \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\<br /> 0 &amp; 0 &amp; \cdots &amp; \sigma_n<br /> \end{bmatrix}

So we have:

<br /> \mathbf{BDB}^T = \mathbf{BS}\mathbf{S}^T\mathbf{B}^T = (\mathbf{BS})(\mathbf{BS})^T = \mathbf{A}\mathbf{A}^T, ~~ \mathbf{A} \equiv \mathbf{BS}

So now the question becomes, for what matrices \mathbf{B} is the above \mathbf{A}\mathbf{A}^T diagonal? I'm not aware of any theorems to continue from here on.
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K