How to find the $LU$ representation of a non-symmetric matrix?

48 Views Asked by At

I have a $3\times4$ matrix $A$, and I have to find matrices $L$ and $U$, such, that $A=LU$. But the problem is that the matrix is not symmetric, and I get a lot of variables. Any methods to do this?

Here's also the picture of what I have done