Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A foundational textbook covering the definition of matrix transpose, its properties, and basic linear algebra operations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Offers context for the matrix transpose within machine learning, particularly in the formulation of deep learning algorithms.
numpy.ndarray.T, NumPy Developers, 2023 (NumPy Project) - Official documentation for the NumPy ndarray.T attribute, demonstrating its use for transposing arrays.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press) - Provides mathematical background for machine learning, including matrix transpose and its direct applications.