In solving system of linear equation $Ax = b$ by $LU$ factorization why we take diagonal elements of lower triangular matrix $L$ or upper triangular matrix $U$ as $1$ only. I understand that to get the unique solution by $LU$ factorization we have to fix either diagonal elements of $L$ or of diagonal elements of $U$. Can't I take $2$ as the fix diagonal elements?
Thanks for the kind help.