Let $H =\operatorname{Col}(A)$, where $$A =\begin{pmatrix} 1&2\\ 2&4\\ 3& 1\end{pmatrix}$$
Find $H^\perp$, the orthogonal complement of $H$.
$H$ is the same thing as $A$, and as I understand it, Orthogonal complement means the span of vectors that are orthogonal to the matrix, but I don't understand how to solve for this. Nor am I completely clear on how a vector can be orthogonal to a matrix, as I only no how to find the dot product between vectors with only $1$ row.
Thanks.