Example 5.3 (A non-aCM example)

Return to the main page.


Software
The computations described below were performed using Bertini version 1.4 and Matlab version R2012b in a 64-bit Linux environment. The instructions below assume that the user already has these or similar versions installed. Note that the Bertini commands are written here to run in serial, but it would be advisable to run these commands in parallel if the computing environment is set up for it (e.g. mpirun bertini input instead of bertini input).
Directions
  • Download Example5_3.zip and extract the files in an empty directory.
  • At the command line, run:
    bertini input.sliceW
    mv finite_solutions witness_points_fiber
  • At the command line, run:
    bertini input.eval witness_points_fiber
    mv function witness_points_image
  • At the command line, run:
    bertini input.sliceC
  • At the command line, run:
    bertini input.sampleC
    When prompted, answer with:
    1, 0, 10000, 0, fiber_points
  • At the command line, run:
    bertini input.eval fiber_points
    mv function sample_points
  • In Matlab, run:
    testacm
    When prompted, answer with:
    witness_points_image, sample_points, 13


Return to the main page.