Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A widely used textbook for understanding the fundamentals of linear algebra, including detailed explanations of LU decomposition, its mechanics, and the forward/backward substitution process.
Numerical Linear Algebra, Lloyd N. Trefethen and David Bau III, 1997 (Society for Industrial and Applied Mathematics (SIAM))DOI: 10.1137/1.9780898719574 - A standard textbook for numerical linear algebra, offering rigorous treatment of LU factorization, including its stability properties, pivoting strategies, and computational considerations.
scipy.linalg.lu, The SciPy community, 2024 (SciPy Project) - Official documentation for SciPy's LU decomposition function, providing practical usage details, parameters, and explanations of its implementation, including pivoting.
18.06 Linear Algebra, Fall 2011, Gilbert Strang, 2011 (MIT OpenCourseWare) - A comprehensive open online course covering LU decomposition, Gaussian elimination, and solving linear systems, featuring video lectures and detailed lecture notes.