Getting the value of a matrix for formulation

28 Views Asked by At

I have a matrix $Y = G_1\times D \times G_2$ where $G_1$, $D$ and $G_2$ are unitary matrices. My question is to get the matrix $Z$ which makes $G_1\times D \times G_2 = D \times Z$

1

There are 1 best solutions below

0
On BEST ANSWER

This is just so simple! $$ Z = D^{-1} G_1 D G_2 = \overline{D}^{\mathrm{T}}G_1DG_2$$ since unitary matrices are invertible. I wonder if there is special background behind it.