next | previous | forward | backward | up | top | index | toc | directory | Macaulay 2 web site

track(List,List,List) -- track a user homotopy

Synopsis

Description

Polynomial homotopy continuation techniques are used to obtain solutions of the target system given a start system.
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