Suppose we have a field $K$ with a solution for $e^2 + f^2 = -1$. Is there a matrix $A \in K^{2\times 2}$ with $$ A^2 = \begin{pmatrix}-1 & 0 \\ 0 & -1 \end{pmatrix}? $$
2026-03-25 04:40:13.1774413613
Field where $e^2 + f^2 = -1$ implies existance of matrix $A$ with $A^2 = -E_2$?
42 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Try first with a symmetric matrix, because $-E_2$ is symmetric. Consider the equation $$ \begin{bmatrix} a & b \\ b & c \end{bmatrix}^2= \begin{bmatrix} -1 & 0 \\ 0 & -1 \end{bmatrix} $$ that becomes \begin{cases} a^2+b^2=-1 \\[4px] ab+bc=0 \\[4px] b^2+c^2=-1 \end{cases} The second equation yields $c=-a$ or $b=0$; discarding the latter case which would imply $a^2=-1$, which we know nothing about, we get $$ a^2+b^2=-1 $$ Thus choosing $a=e$, $b=f$ and $c=-e$ we are done.