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

solveSystem(List) -- solve a square system of polynomial equations

Synopsis

Description

Solve a system of polynomial equations using homotopy continuation methods.
i1 : R = CC[x,y];
i2 : F = {x^2+y^2-1, x*y};
i3 : solveSystem F / first                                

o3 = {{-1, -1.08338e-15-4.36093e-16*ii}, {3.95797e-16+1.56413e-16*ii, 1},
     ------------------------------------------------------------------------
     {-3.95797e-16-1.6243e-16*ii, -1}, {1, 1.08338e-15+4.3219e-16*ii}}

o3 : List

Caveat

The system is assumed to be square (#equations = #variables) and have finitely many solutions.