I am trying to solve chain matrices multiplication. Where I encounter a problem, which sees like dead end to me. How further I can decompose $X^{-1} . Y . X = Z$ or simplify it to find matrix $X$ from this multiplication.
Where matrices $X,Y$and $Z$ are 2x2 non-singular matrices.
Any help will be appreciated.