S = bertiniZeroDimSolve F
S = bertiniZeroDimSolve I
S = bertiniZeroDimSolve(I, UseRegeneration=>1)
This method finds isolated solutions to the system F via numerical polynomial homotopy continuation by (1) building a Bertini input file from the system F, (2) calling Bertini on this input file, (3) returning solutions from a machine readable file that is an output from Bertini.
|
|
|
Each solution is of type Point. Additional information about the solution can be accessed by using peek.
|
Bertini uses a multihomogeneous homotopy as a default, but regeneration can be deployed with the option UseRegeneration=>1 .
|
|
|
|
Variables must begin with a letter (lowercase or capital) and can only contain letters, numbers, underscores, and square brackets. Regeneration in bertiniZeroDimSolve only finds nonsingular isolated points.
The object bertiniZeroDimSolve is a method function with options.