Given any matrix the product is always Symmetric Matrix, which means the transpose of a matrix equals itself, because .
Search
Feb 02, 2024, 1 min read
(AT)ij=Aji
Given any matrix R the product RTR is always Symmetric Matrix, which means the transpose of a matrix equals itself, because (RTR)T=RT(RT)T=RTR.