The output of monodromySolve is "technical." This method is intended for users uninterested in the underlying HomotopyGraph and its satellite data.
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} 2 o4 = ({(.778029 - .628229*ii)x + (.118767 + .992922*ii)y - .971549 + ------------------------------------------------------------------------ .236839*ii, (.157598 - .987503*ii)x + (.841103 - .540875*ii)y - .396553 ------------------------------------------------------------------------ + .918012*ii}, {{.991984+.222462*ii, .00293132+.0334106*ii}, ------------------------------------------------------------------------ {-.714825+.738362*ii, .756286-1.5827*ii}}) o4 : Sequence |