I'm trying to disprove the following statement:
Let $M$ be a singular matrix $3\times 3$ that can be represented with LU decomposition ($M=LU$), then the decomposition is unique (only one decomposition).
I can't think of a basic example to disprove this statement. Can you help me with an example?
Hint.
$$\begin{pmatrix}1&1&1\\1&1&1\\1&1&1\end{pmatrix}=\begin{pmatrix}1&0&0\\1&1&0\\1&x&1\end{pmatrix}\begin{pmatrix}1&1&1\\0&0&0\\0&0&0\end{pmatrix}.$$