Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - A foundational textbook offering a clear and comprehensive explanation of vector norms and their mathematical principles.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This essential textbook for deep learning provides detailed coverage of vector norms, explaining their use in machine learning algorithms such as regularization.
numpy.linalg.norm, NumPy Developers, 2024 - Official documentation for the numpy.linalg.norm function, demonstrating its usage for calculating L1 and L2 norms in Python.
Matrix Computations, Gene H. Golub and Charles F. Van Loan, 2013 (Johns Hopkins University Press)DOI: 10.1137/1.9781421407944 - A classic advanced reference for numerical linear algebra, offering a rigorous treatment of vector and matrix norms, including their properties and role in numerical analysis.