Given the following equations.
\begin{cases} a^2+bc=-d\\ d^2+bc =-a\\ b(a+d)=b\\ c(a+d)=c\\ \end{cases}
My attempt:
Eliminating $bc$ in the first two equation, I have \begin{align} a^2-d^2 &= a -d\\ (a-d)(a+d-1)&=0\\ \end{align}
The solution is $a=d$ or $a+d=1$.
The remaining two equations, I have $b=0$ or $c=0$ or $a+d=1$.
Now I am confused how to construct the final answer.
For example, if I chose $a=d=\lambda$ then $bc=-\lambda^2-\lambda$ which is contradictory to either $b=0$ as $a+d=2\lambda\not=1$ or $c=0$ as $a+d=2\lambda\not=1$.
Trying again:
$$ \{(a,b,c,d)|(0,0,0,0),(-1,0,0,-1),(s,t,u,1-s)\} $$ where $s,t,u\in \mathbb{R}$.