V = bertiniSample (n, W)
Samples points from an irreducible component of a variety using Bertini. The irreducible component needs to be in its numerical form as a WitnessSet. The method bertiniPosDimSolve can be used to generate a witness set for the component. Bertini (1) writes the witness set to a temporary file, (2) invokes Bertini's solver with option TrackType => 2, and (3 moves the hyperplanes defined in the WitnessSet W within the space until the desired points are sampled, (4) stores the output of Bertini in a temporary file, and finally (5) parses and outputs the solutions.
|
|
|
|
|
The object bertiniSample is a method function with options.