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})
--backup directory created: /tmp/M2-42912-0/2
 -- .00347369s elapsed
  H01: 1
 -- .00321775s elapsed
  H10: 1
 -- .000671732s elapsed
number of paths tracked: 2
found 1 points in the fiber so far
 -- .00331283s elapsed
  H01: 1
 -- .00357264s elapsed
  H10: 1
 -- .000536252s elapsed
number of paths tracked: 4
found 1 points in the fiber so far
 -- .00323964s elapsed
  H01: 1
 -- .00316261s elapsed
  H10: 1
 -- .000499242s elapsed
number of paths tracked: 6
found 1 points in the fiber so far
 -- .0030519s elapsed
  H01: 1
 -- .00305861s elapsed
  H10: 1
 -- .000487171s 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.


The source of this document is in /build/macaulay2-71Dnnx/macaulay2-1.26.06+ds/M2/Macaulay2/packages/MonodromySolver/Documentation.m2:629:0.