Does anybody have an approach to solve this by hand for variables $x,y,z,a$? Of course I could plug it into wolfram, but I wanted to know the fastest / smartest way to get it done by hand and would appreciate every help:
$yz+2ay+2az=0$
$xz+2xa+2za=0$
$xy+2ax+2ay=0$
$2xy+2yz+2xz-p=0$
with $p$ being a constant.
So far I have tried solving for and then replacing but it didn't get me anywhere.
Playing around.
Multiply first by $x$, second by $y$.
$xyz+2axy+2axz=0$
$xyz+2xya+2yza=0$
Subtract.
$2axz = 2yza$ so, if $az \ne 0$, $x = y$.
Multiply third by $z$.
$xyz+2axz+2ayz=0$.
Subtract $xyz+2xya+2yza=0$ to get $2axz = 2xya$. Therefore, if $ax \ne 0$, $y = z$.
Therefore if $axy \ne 0$, $x = y = z$.
The equations then become
$0 =x^2+4ax$
$0 =x^2+4ax$
$6x^2-p=0$
We have both $a = -x/4$ and $p = 6x^2 $.