next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
MonodromySolver :: dynamicFlowerSolve

dynamicFlowerSolve -- a naive dynamic strategy

Synopsis

Description

Output is verbose. For other dynamic strategies, see MonodromySolverOptions.

i1 : R = CC[a,b,c,d][x,y];
i2 : polys = polySystem {a*x+b*y^2,c*x*y+d};
i3 : (p0, x0) = createSeedPair polys;
i4 : (L, npaths) = dynamicFlowerSolve(polys.PolyMap,p0,{x0})
--backup directory created: /tmp/M2-187687-0/1
     -- 0.00209163 seconds elapsed
  H01: 1
     -- 0.00211598 seconds elapsed
  H10: 1
     -- 0.000245316 seconds elapsed
number of paths tracked: 2
found 1 points in the fiber so far
     -- 0.0020041 seconds elapsed
  H01: 1
     -- 0.00212908 seconds elapsed
  H10: 1
     -- 0.000220006 seconds elapsed
number of paths tracked: 4
found 1 points in the fiber so far
     -- 0.0020279 seconds elapsed
  H01: 1
     -- 0.00206537 seconds elapsed
  H10: 1
     -- 0.000202975 seconds elapsed
number of paths tracked: 6
found 1 points in the fiber so far
     -- 0.00199432 seconds elapsed
  H01: 1
     -- 0.00206855 seconds elapsed
  H10: 1
     -- 0.000211636 seconds elapsed
number of paths tracked: 8
found 1 points in the fiber so far

o4 = ({{.892712+.673395*ii, .29398+.632944*ii}}, 8)

o4 : Sequence