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

totalDegreeStartSystem(List) -- construct a start system for the total degree homotopy

Synopsis

Description

Given a square target system, constructs a start system for a total degree homotopy together with the total degree many start solutions.
i1 : R = CC[x,y];
i2 : T = {x^2+y^2-1, x*y};
i3 : totalDegreeStartSystem T

        2       2
o3 = ({x  - 1, y  - 1}, {(-1, -1), (-1, 1), (1, -1), (1, 1)})

o3 : Sequence