Introduction to Linear Algebra, Gilbert Strang, 2023 (Wellesley-Cambridge Press) - Provides a foundational understanding of vector norms and their properties within the context of linear algebra.
numpy.linalg.norm, NumPy Developers, 2023 - Official documentation for the NumPy function used to compute various vector and matrix norms, including $L_1$ and $L_2$.