I cannot find the $LU$ decomposition of anti-diagonal matrix
$$\begin{bmatrix} 0 &0 &0 &1 \\ 0 &0 &2 &0 \\ 0 &3 &0 &0 \\ 4 &0 &0 &0 \end{bmatrix}.$$
When I find solution using naive ways, some equation rule out.
Also, do all matrices have $LU$ decomposition?