det(A) computed as the product of the diagonal entries of U (with sign from row swaps).
PA = LU factorisation complete. Determinant = 28.
Next stepUse the L and U matrices to solve a system: forward-substitute into Ly = Pb, then back-substitute into Ux = y.