``` rpl { 'X^2+Y^2=1' 'X+Y=0' } { X Y } { 0 0 } ROOT ``` The solver fails stating it cannot find a solution. It works with `X-Y=0` as the second equation.