Suppose $A$ is an $n \times n$ matrix, and write $O(A)$ for $\{\vec x : A \vec x = \vec 0 \}$. Prove or disprove that if $O(A) = O(A^T)$ then $A = A^T$.
Any help would be appreciated
Suppose $A$ is an $n \times n$ matrix, and write $O(A)$ for $\{\vec x : A \vec x = \vec 0 \}$. Prove or disprove that if $O(A) = O(A^T)$ then $A = A^T$.
Any help would be appreciated
Hint: For example: if $A$ is invertible, then $O(A) = O(A^T) = \{0\}$. Find an invertible matrix for which $A \neq A^T$.
$$A=\begin{bmatrix}0&-1\\1&0\end{bmatrix}$$ Has only the zero solution to $Ax=0$, yet $A^T\neq A$.