[Math] Why is the matrix product of 2 orthogonal matrices also an orthogonal matrix

linear algebramatricesorthogonal matricesorthogonality

I've seen the statement "The matrix product of two orthogonal matrices is another orthogonal matrix. " on Wolfram's website but haven't seen any proof online as to why this is true. By orthogonal matrix, I mean an $n \times n$ matrix with orthonormal columns. I was working on a problem to show whether $Q^3$ is an orthogonal matrix (where $Q$ is orthogonal matrix), but I think understanding this general case would probably solve that.

Best Answer

If $$Q^TQ = I$$ $$R^TR = I,$$ then $$(QR)^T(QR) = (R^TQ^T)(QR) = R^T(Q^TQ)R = R^TR = I.$$ Of course, this can be extended to $n$ many matrices inductively.