Let $A = -A^T$ be a $3 \times 3$ real skew-symmetric matrix.
Prove that $A$ has an eigenvalue $\lambda = 0$ and two other pure imaginary eigenvalues, and that the eigenvectors of $A$ are orthogonal in $\mathbb{C}^3$.
Find $e^A$, with: $$ A = \left[ \begin{matrix} 0 & 1 & 0 \\ -1 &0 & 2 \\ 0 & -2 & 0 \end {matrix} \right ]$$
I've found a similar question here: Real Skew Symmetric $3\times 3$ matrix has one eigen value $2i$
In one of the answers it is said: "In general, a real skew-symmetric 3×3 matrix K looks like: $$\left[ \begin{matrix} 0 & a & b \\ -a & 0 & c \\ -b & -c & 0 \end {matrix} \right ]$$ "
I don't understand why the general form of the matrix has that diagonal of zeros. I would have thought about something like: $$\left[ \begin{matrix} d & a & b \\ -a & e & c \\ -b & -c & f \end {matrix} \right ]$$
Wich of course has much worse determinant & characteristic polynomial...