In Linear Algebra, matrix multiplication is equivalent to function composition.
If a matrix M represents a function f, then M^2 represents f^2, but M^2 is a multiplication and f^2 is a composition.
The composition power notation is regular used in Linear Algebra, but only on generic...