next | previous | forward | backward | up | top | index | toc | Macaulay2 website
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-71652-0/1
     -- 0.00546504 seconds elapsed
  H01: 1
     -- 0.00431714 seconds elapsed
  H10: 1
     -- 0.000318865 seconds elapsed
number of paths tracked: 2
found 1 points in the fiber so far
     -- 0.00393031 seconds elapsed
  H01: 1
     -- 0.00401729 seconds elapsed
  H10: 1
     -- 0.000517443 seconds elapsed
number of paths tracked: 4
found 1 points in the fiber so far
     -- 0.00232665 seconds elapsed
  H01: 1
     -- 0.00407307 seconds elapsed
  H10: 1
     -- 0.000301286 seconds elapsed
number of paths tracked: 6
found 1 points in the fiber so far
     -- 0.00259327 seconds elapsed
  H01: 1
     -- 0.00404183 seconds elapsed
  H10: 1
     -- 0.000262823 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

For the programmer

The object dynamicFlowerSolve is a method function with options.