I just read about the L-U decomposition method to decompose matrices to upper and lower triangular ones. And I saw some examples of solving systems of equations using this method.
My question: with what conditions can we safely use this method to solve the system of equations?
For example should the coefficient matrix be necessarily a square matrix? In other words when can one write the matrix $A$ as $LU$ ?