i1 : R = CC[x,y]; |
i2 : S = {x^2-1,y^2-1};
|
i3 : T = {x^2+y^2-1, x*y};
|
i4 : solsS = {(1,-1),(1,1),(-1,1),(-1,-1)};
|
i5 : track(S,T,solsS) / first
-- warning: experimental computation over inexact field begun
-- results not reliable (one warning given per session)
o5 = {{-1.46923e-17, -1}, {1, -3.41011e-17}, {1.46923e-17, 1}, {-1,
------------------------------------------------------------------------
3.41011e-17}}
o5 : List
|