Order Of Operations – Transposing Multiplying Matrices

Transposing a multiplication of matrices gives the reverse of the order of swapped multiplication and then applying the transpose.

Transpose(A*B*C*D) = Transpose(D) * Transpose(C) *Transpose(B) *Transpose(A)