Module docstring
{"# Composition of matrices
This file shows that Mₙ(Mₘ(R)) ≃ Mₙₘ(R), Mₙ(Rᵒᵖ) ≃ₐ[K] Mₙ(R)ᵒᵖ and also different levels of equivalence when R is an AddCommMonoid, Semiring, and Algebra over a CommSemiring K.
Main results
Matrix.compis an equivalence betweenMatrix I J (Matrix K L R)andI × KbyJ × Lmatrices.Matrix.swapis an equivalence between(I × J)by(K × L)matrices andJ × IbyL × Kmatrices.
"}