To run bertini we need to say where we want to output the files, which is given by s. Additional options include speciifying the location of the input file (the default is that the input file is located where we output the files) B’Exe is how we call Bertini. The default option is how Bertini is usually called in M2 in the init file. InputFileName has its default as "input".
i1 : makeB'InputFile(storeBM2Files, AffVariableGroup=>{x,y}, B'Polynomials=>{"x^2-1","y^2-4"}) o1 = /var/folders/j_/gx42s4z576z_vj47_ym0j5xm0000gn/T/M2-74783-0/0/input o1 : File |
i2 : runBertini(storeBM2Files) ~/bertini |
i3 : readFile(storeBM2Files) o3 = Bertini(TM) v1.5 (February 11, 2015) D.J. Bates, J.D. Hauenstein, A.J. Sommese, C.W. Wampler (using GMP v4.2.3, MPFR v2.3.1) NOTE: You have requested to use adaptive path tracking. Please make sure that you have setup the following tolerances appropriately: CoeffBound: 5.988025000000e+00, DegreeBound: 2.000000000000e+00 AMPSafetyDigits1: 1, AMPSafetyDigits2: 1, AMPMaxPrec: 1024 Tracking path 0 of 4 Finite Solution Summary NOTE: nonsingular vs singular is based on condition number and identical endpoints | Number of real solns | Number of non-real solns | Total ------------------------------------------------------------------------------------------ Non-singular | 4 | 0 | 4 Singular | 0 | 0 | 0 ------------------------------------------------------------------------------------------ Total | 4 | 0 | 4 Finite Multiplicity Summary Multiplicity | Number of real solns | Number of non-real solns ------------------------------------------------------------------------------------------ 1 | 4 | 0 ------------------------------------------------------------------------------------------ The following files may be of interest to you: main_data: A human-readable version of the solutions - main output file. raw_solutions: A list of the solutions with the corresponding path numbers. raw_data: Similar to the previous, but with the points in Bertini's homogeneous coordinates along with more information about the solutions. real_finite_solutions: A list of all real finite solutions. finite_solutions: A list of all finite solutions. nonsingular_solutions: A list of all nonsingular solutions. singular_solutions: A list of all singular solutions. ------------------------------------------------------------------------------------------ Paths Tracked: 4 |
i4 : makeB'InputFile(storeBM2Files, AffVariableGroup=>{x,y}, B'Polynomials=>{"x^2-1","y^2-4"}) o4 = /var/folders/j_/gx42s4z576z_vj47_ym0j5xm0000gn/T/M2-74783-0/0/input o4 : File |
i5 : runBertini(storeBM2Files,StorageFolder=>"StoreMyFiles") ~/bertini |
i6 : readFile(storeBM2Files|"/StoreMyFiles") o6 = Bertini(TM) v1.5 (February 11, 2015) D.J. Bates, J.D. Hauenstein, A.J. Sommese, C.W. Wampler (using GMP v4.2.3, MPFR v2.3.1) NOTE: You have requested to use adaptive path tracking. Please make sure that you have setup the following tolerances appropriately: CoeffBound: 5.988025000000e+00, DegreeBound: 2.000000000000e+00 AMPSafetyDigits1: 1, AMPSafetyDigits2: 1, AMPMaxPrec: 1024 Tracking path 0 of 4 Finite Solution Summary NOTE: nonsingular vs singular is based on condition number and identical endpoints | Number of real solns | Number of non-real solns | Total ------------------------------------------------------------------------------------------ Non-singular | 4 | 0 | 4 Singular | 0 | 0 | 0 ------------------------------------------------------------------------------------------ Total | 4 | 0 | 4 Finite Multiplicity Summary Multiplicity | Number of real solns | Number of non-real solns ------------------------------------------------------------------------------------------ 1 | 4 | 0 ------------------------------------------------------------------------------------------ The following files may be of interest to you: main_data: A human-readable version of the solutions - main output file. raw_solutions: A list of the solutions with the corresponding path numbers. raw_data: Similar to the previous, but with the points in Bertini's homogeneous coordinates along with more information about the solutions. real_finite_solutions: A list of all real finite solutions. finite_solutions: A list of all finite solutions. nonsingular_solutions: A list of all nonsingular solutions. singular_solutions: A list of all singular solutions. ------------------------------------------------------------------------------------------ Paths Tracked: 4 |