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.003576 seconds elapsed
-- 0.00362203 seconds elapsed
-- 0.000446844 seconds elapsed
-- 0.00354391 seconds elapsed
-- 0.00370069 seconds elapsed
-- 0.000353443 seconds elapsed
-- 0.00355172 seconds elapsed
-- 0.00357991 seconds elapsed
-- 0.000346413 seconds elapsed
-- 0.0044653 seconds elapsed
-- 0.00399981 seconds elapsed
-- 0.000500984 seconds elapsed
--backup directory created: /tmp/M2-1671786-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
|
The object dynamicFlowerSolve is a method function with options.