Top
Back: gaussColWithoutPerm
Forward: writeBertiniInput
FastBack:
FastForward:
Up: recover_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.8.7.7 getWitnessSet

Procedure from library recover.lib (see recover_lib).

Usage:
getWitnessSet();

Assume:
There is a text-document "main_data" in the current directory which was produced by Bertini.
The basefield is the field of real numbers or the field of complex numbers.

Return:
list; a list P of lists p_i of numbers: P a set of witness points

Note:
Reads the file "main_data", searches the strings containing the witness points, and converts them into floating point numbers.

Example:
 
LIB "recover.lib";
//First, we write the input file for bertini, then run bertini
ring r=0,(x,y,z),dp;
ideal I=(x-y)*(y-z)*(x-z);
writeBertiniInput(I,40);
system("sh","bertini input");
==> 
==>    Bertini(TM) v1.6
==>     (May 22, 2018)
==> 
==>  D.J. Bates, J.D. Hauenstein,
==>  A.J. Sommese, C.W. Wampler
==> 
==> (using GMP v6.0.0, MPFR v3.1.2)
==> 
==> 
==> 
==> NOTE: You have requested to use adaptive path tracking.  Please make sure\
    that you have
==> setup the following tolerances appropriately:
==> CoeffBound: 6.000000000000e+00, DegreeBound: 3.000000000000e+00
==> AMPSafetyDigits1: 1, AMPSafetyDigits2: 1, AMPMaxPrec: 160
==> 
==> 
==> Tracking regeneration codim 1 of 1: 3 paths to track.
==> Tracking path 0 of 3
==> Tracking path 1 of 3
==> Tracking path 2 of 3
==> 
==> Sorting codimension 1 of 1: 3 paths to sort.
==> Sorting 0 of 3
==> Sorting 1 of 3
==> Sorting 2 of 3
==> 
==> 
==> ************ Regenerative Cascade Summary ************
==> 
==> NOTE: nonsingular vs singular is based on rank deficiency and identical e\
   ndpoints
==> 
==> |codim|   paths   |witness superset| nonsingular | singular |nonsolutions\
   | inf endpoints | other bad endpoints
==> ----------------------------------------------------------------------------------------------------------------
==> | 1   |   3       |   3            |  3          |  0       |  0         \
   |   0           |  0
==> ----------------------------------------------------------------------------------------------------------------
==> |total|   3
==> 
==> ****************************************************
==> 
==> 
==> 
==> *************** Witness Set Summary ****************
==> 
==> NOTE: nonsingular vs singular is based on rank deficiency and identical e\
   ndpoints
==> 
==> |codim| witness points | nonsingular | singular 
==> -------------------------------------------------
==> | 1   |   3            |  3          |  0       
==> -------------------------------------------------
==> 
==> ****************************************************
==> 
==> 
==> Calculating traces for codimension 1.
==> Calculating 0 of 3
==> Calculating 1 of 3
==> Calculating 2 of 3
==> 
==> Using combinatorial trace test to decompose codimension 1.
==> 
==> 
==> ************* Witness Set Decomposition *************
==> 
==> | dimension | components | classified | unclassified
==> -----------------------------------------------------
==> |   1       |   0        |   0        |  3
==> -----------------------------------------------------
==> 
==> ************** Decomposition by Degree **************
==> 
==> *****************************************************
==> 
==> 0
//Then we change the ring and extract the witness set from main_data
ring R=(complex,40,i),(x,y,z),dp;
list P=getWitnessSet();
P;
==> [1]:
==>    [1]:
==> (-0.5794840507551335750135433586215238515182-i*0.135737198506270046051964\
   0549145566460407)
==>    [2]:
==> (1.014245623105433204215272031045981047294-i*0.64788380326391757436092584\
   08796434079162)
==>    [3]:
==> (-0.5794840507551335750135433586215238515182-i*0.135737198506270046051964\
   0549145566460407)
==> [2]:
==>    [1]:
==> (-0.5910139582967437143384698086808200717262-i*0.758955867526598721829681\
   9383477660212701)
==>    [2]:
==> (0.3683738274072714657356814434517340595423-i*0.0477407195543330177113276\
   7975370795694669)
==>    [3]:
==> (0.3683738274072714657356814434517340595423-i*0.0477407195543330177113276\
   7975370795694669)
==> [3]:
==>    [1]:
==> (-0.05618582261548272481522736587985693184004-i*0.68300366793721987339670\
   28670129315681733)
==>    [2]:
==> (-0.05618582261548272481522736587985693184004-i*0.68300366793721987339670\
   28670129315681733)
==>    [3]:
==> (0.1625615768817825154954289922448028034015+i*0.7511514899795004495003859\
   654150047741727)


Top Back: gaussColWithoutPerm Forward: writeBertiniInput FastBack: FastForward: Up: recover_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.0, 2024, generated by texi2html.