Macaulay2 » Documentation
Packages » MonodromySolver :: dynamicFlowerSolve
next | previous | forward | backward | up | index | toc

dynamicFlowerSolve -- a naive dynamic strategy

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})
 -- .00988461s elapsed
 -- .00573391s elapsed
 -- .000398016s elapsed
 -- .00346283s elapsed
 -- .00378124s elapsed
 -- .000338465s elapsed
 -- .00383996s elapsed
 -- .00382239s elapsed
 -- .00031945s elapsed
 -- .00382329s elapsed
 -- .0038282s elapsed
 -- .000348814s elapsed
--backup directory created: /tmp/M2-103653-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.


The source of this document is in MonodromySolver/Documentation.m2:603:0.