I was dealing with projection matrix topic.
It states the matrix of projection on the line through $a=(a_1,a_2,a_3)$ is given by
$P=\frac{aa^T}{a^Ta}$
Here while solving the sum they used $a$ as column vector and hence $a^T$ is a row vector. So numerator they were getting a matrix.
But my question is, can I use $a$ as row vector then $a^T$ will be the column vector but then I will not get matrix in the numerator but in the denominator, will it be still right or make any sense. Or we are always suppose to take $a$ as column vector here.
Thanks in advance...