I'm using some material found on the internet for learn how to use R. One exercise is asking to return the result of a multiplication of a $15\times 3$ matrix by its transpose. Being the transpose a $3\times 15$ matrix, I would assume the result is a matrix of dimension $15\times 15$.
Am I wrong?
The code suggested on the answers return a matrix of dimension $3\times 3$. I think I found the right code but before email the professor I would like to check with you if I'm right.
Thank you in advance.