I've been following 3Blue1Brown's Essence of Linear Algebra, basically the question (1) is what is the geometric meaning of the transpose? I've watched Chapter 9-Dot Products and duality . I can see that the transpose of a matrix has something to do with duality and dual spaces, but I'm not able to put my finger on it.
There is an answer, 3B1B Transpose, in this answer there is a sentence,
When you transpose a matrix, you are actually making use of this vector-dual vector identification to change your transformation to act on the dual vectors instead of the original vectors.
I've been reading this sentence again and again, but I'm having a hard time understanding the visual picture behind this, can someone please provide an example with a 2 $\times$ 2 matrix? What's the exact relation between the following two interetations,
1)$$\begin{bmatrix} a & b \\ c & d \end{bmatrix}\begin{bmatrix} x\\ y \end{bmatrix}=x\begin{bmatrix} a\\ c \end{bmatrix}+y\begin{bmatrix} b\\ d \end{bmatrix}$$
2)
I started Gilbert Strang's, Linear Algebra course, and there's a lecture about projection matrices, and solving systems that have no solutions. He basically uses the product $A A^T$ instead of just $A$.
question(2): What's the geometric meaning of $A A^T$
So if I were to animate transpose, it would be best to look at it from a polar decomp, POV.
Thanks a lot, I haven't completely understood the exact idea though. Shall I revert back after some thought?\
– Aravindh Vasu Jan 21 '20 at 12:33Yes of course, very sorry for the late response. I had some trouble connecting to the internet.
– Aravindh Vasu Jan 21 '20 at 12:33