Suppose square matrix B has nxn dimensions, has $Null(B) = Col(B)^\perp$ and rank(B)=1, how can we prove the matrix B is equal to its transpose?
I'm not sure how to get started I think I have to start with the eigen vectors and then somehow prove its symmetry but I'm not sure
Hint: If the rank of $B$ is $1$, then there are non-zero column-vectors $u,v$ for which $$ B = uv^T. $$ What is the relationship between the vectors $u,v$ and the column/null spaces of $B$? Note that $B$ will be a symmetric matrix and only if $u$ is a multiple of $v$.