i1 : needsPackage "NumericalAlgebraicGeometry" --warning: symbol "generalEquations" in PHCpack#"private dictionary" is shadowed by a symbol in NAGtypes.Dictionary -- no synonym is available --warning: symbol "addSlackVariables" in PHCpack#"private dictionary" is shadowed by a symbol in NAGtypes.Dictionary -- no synonym is available --warning: symbol "tDegree" in NumericalAlgebraicGeometry#"private dictionary" is shadowed by a symbol in PHCpack.Dictionary -- use the synonym NumericalAlgebraicGeometry$tDegree --warning: symbol "gamma" in NumericalAlgebraicGeometry#"private dictionary" is shadowed by a symbol in PHCpack.Dictionary -- use the synonym NumericalAlgebraicGeometry$gamma --warning: symbol "tDegree" in NumericalAlgebraicGeometry.Dictionary is shadowed by a symbol in PHCpack.Dictionary -- use the synonym NumericalAlgebraicGeometry$tDegree --warning: symbol "gamma" in NumericalAlgebraicGeometry.Dictionary is shadowed by a symbol in PHCpack.Dictionary -- use the synonym NumericalAlgebraicGeometry$gamma o1 = NumericalAlgebraicGeometry o1 : Package |
i2 : R = CC[x,y]; |
i3 : s = solveSystem {x^2+y^2-1, x*y} o3 = {{1, 1.84273e-30+3.9443e-31*ii}, {-1, -1.84273e-30-3.9443e-31*ii}, ------------------------------------------------------------------------ {-6.31089e-30+2.76101e-30*ii, 1}, {6.31089e-30-2.76101e-30*ii, -1}} o3 : List |
i4 : sortSolutions s o4 = {{-1, -1.84273e-30-3.9443e-31*ii}, {6.31089e-30-2.76101e-30*ii, -1}, ------------------------------------------------------------------------ {-6.31089e-30+2.76101e-30*ii, 1}, {1, 1.84273e-30+3.9443e-31*ii}} o4 : List |