Can we use partial pivoting when obtaining the upper triangular matrix using Gaussian elimination? If so, how can we do it?
Let $Ax=B$ and $A=LU$
To determine $L$, it seems fancy to use pivoting as we interchange rows in $A$, since we are using the factors used in Gaussian elimination which were found during the search for $U$.