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

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 · 2K views
Constantinos
Messages
80
Reaction score
1
Hey! So here's the question:

Homework Statement


Let

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

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

For what matrices [itex]\mathbf{B}[/itex] is the product

[itex]\mathbf{BDB}^{T}[/itex]

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 [itex]\mathbf{B}, \mathbf{D} \in \mathbb{R}^{2 \times 2}[/itex] 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:
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:

[itex]\mathbf{B} Cov(X) \mathbf{B}^T[/itex] is diagonal. [itex]Cov(X)[/itex] 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,

[itex]\mathbf{D} = Cov(X) = \mathbf{SS}^T[/itex]

where

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

So we have:

[itex] \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}[/itex]

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