Math / Science Order Of Operations – Transposing Multiplying Matrices January 11, 2019January 21, 2020 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)