Transpose can be distributed across the sum or difference of two matrices. $(A + B)^T = A^T + B^T$ To get the transpose of a product of matrices, multiply the transpose of each working from right to left. $(ABC)^T = C^TB^TA^T$