Let $A$ be a complex $n\times m$ matrix ($n<m$), which is row full rank. For any $m\times m$ matrix $M$, such that $AM$ is still row full rank, can we find an invertible matrix $X$, such that $XA=AM$?
2026-04-02 14:06:52.1775138812
How to find a solution of $XA=AM$ s. t. $X$ is invertible.
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: $A = \begin{pmatrix} 1 & 0 \end{pmatrix}$, and $M = \begin{pmatrix} 1 & 1 \\ 0 & 1\end{pmatrix}$.