next | previous | forward | backward | up | top | index | toc | packages | 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})
 -- 0.00319083 seconds elapsed
 -- 0.00317262 seconds elapsed
 -- 0.000348763 seconds elapsed
 -- 0.00311998 seconds elapsed
 -- 0.00329718 seconds elapsed
 -- 0.000284962 seconds elapsed
 -- 0.0119468 seconds elapsed
 -- 0.00348919 seconds elapsed
 -- 0.000281563 seconds elapsed
 -- 0.0031881 seconds elapsed
 -- 0.00327334 seconds elapsed
 -- 0.000349523 seconds elapsed
--backup directory created: /tmp/M2-156336-0/1
  H01: 1
  H10: 1
number of paths tracked: 2
found 1 points in the fiber so far
  H01: 1
  H10: 1
number of paths tracked: 4
found 1 points in the fiber so far
  H01: 1
  H10: 1
number of paths tracked: 6
found 1 points in the fiber so far
  H01: 1
  H10: 1
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.