Solution of matrix equation

51 Views Asked by At

I have to solve this matrix equation on X:

$$\mathbf {XMX}=\mathbf{zz}^{H}$$

where X is diagonal with real elements, M is a complex and Toeplitz matrix, z is a complex vector.

Thank you in advance for any help and suggestion!