Code : Tout sélectionner
1: xcas_mode(0);autosimplify(0);approx_mode(0);
2: x^2=(2*x+3)
x^2=(2*x+3)
3: ans(-1)-(2*x + 3)
-2*x-3+x^2=(2*x+3-2*x-3)
4:simplify(ans(-1))
x^2-2*x-3=0
5: (x*y/2) = (x^2+y^2)/4
(x*y/2) = (x^2+y^2)/4
6: ans(-1)-(x*y/2)
0=((x^2+y^2)/4-x*y/2) // (x*y/2)-(x*y/2) = (x^2+y^2)/4 - (x*y/2)
7:simplify(ans(-1))
0=((x^2-2*x*y+y^2)/4)
8: ans(-1)*4
0=((x^2-2*x*y+y^2)*4/4)
9:simplify(ans(-1))
0=(x^2-2*x*y+y^2)
A=B -> B=A