absolute(x+2)+absolute(y+1)=0 la ecuación
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
//-2 - |1 + y| for |1 + y| <= 0\ //-2 - |1 + y| for |1 + y| <= 0\
x1 = I*im|< | + re|< |
\\ nan otherwise / \\ nan otherwise /
x1=re({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)+iim({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)
x1 = re(Piecewise((-Abs(y + 1 - 2, |y + 1| <= 0), (nan, True))) + i*im(Piecewise((-|y + 1| - 2, |y + 1| <= 0), (nan, True))))
Suma y producto de raíces
[src]
//-2 - |1 + y| for |1 + y| <= 0\ //-2 - |1 + y| for |1 + y| <= 0\
I*im|< | + re|< |
\\ nan otherwise / \\ nan otherwise /
re({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)+iim({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)
//-2 - |1 + y| for |1 + y| <= 0\ //-2 - |1 + y| for |1 + y| <= 0\
I*im|< | + re|< |
\\ nan otherwise / \\ nan otherwise /
re({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)+iim({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)
//-2 - |1 + y| for |1 + y| <= 0\ //-2 - |1 + y| for |1 + y| <= 0\
I*im|< | + re|< |
\\ nan otherwise / \\ nan otherwise /
re({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)+iim({−∣y+1∣−2NaNfor∣y+1∣≤0otherwise)
/-(2 + |1 + y|) for |1 + y| <= 0
<
\ nan otherwise
{−(∣y+1∣+2)NaNfor∣y+1∣≤0otherwise
Piecewise((-(2 + |1 + y|), |1 + y| <= 0), (nan, True))