next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

goodInitialPair -- a good (conjectured by Shub and Smale) initial pair

Synopsis

Description

Generates a start system S that is conjectured to have good complexity when used in linear homotopy with target system T leading to one solution.
i1 : T = randomSd {2,3};
i2 : (S,solsS) = goodInitialPair T

                                 2
o2 = ({1.41421x1*x3, 1.73205x2*x3 }, {{0, 0, 1}})

o2 : Sequence
i3 : M = track(S,T,solsS,gamma=>0.6+0.8*ii,Software=>M2)

o3 = {{{.224123-.316958*ii, -.25445-.618485*ii, .567451+.282909*ii}, #steps
     ------------------------------------------------------------------------
     => 11, status  => REGULAR, last t => 1, cond#^{-1} => .30896}}

o3 : List

Ways to use goodInitialPair :