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

solveFamily -- a solver for parametric families with simple output

Synopsis

Description

The output of monodromySolve is opaque. This method is intended for users uninterested in the underlying HomotopyGraph and its satellite data. If

i1 : R = CC[a,b,c,d,e,f][x,y];
i2 : q  = a*x^2+b*y+c;
i3 : l = d*x+e*y+f;
i4 : (sys, sols) = solveFamily polySystem {q,l}

o4 = (sys, {{-.157759+1.28328*ii, -.70295-.511261*ii}, PointArray( 1 points:
     ------------------------------------------------------------------------
     0 )})

o4 : Sequence

Ways to use solveFamily :