--To perform random search replace polynomial coeffitients with '?' experimentTag = "inputFileExample" ; characteristic = 29; -- field characteristic polynomialDegree = 3; -- maximal polynomial degree of p,q epsPrecision = 0; -- epsilon precision maxFocalValues = 13; -- number of max focal values to compute reqiredVanishedValues = 9; -- search for examples where at least first 'reqiredVanishedValues' focal values vanishes minJacobianRank = 5; -- search for examples where jacobian matrix has a rank greater or equal to given value --randomTrialsNum = 2; -- number of random trials for each experiment randomSeed = 86; randomSeedFromSysTime = false; -- false: use inital seed for random function given in 'zufallInit'; true: use timer as initial seed useFormula1 = false; -- compute q(3,0) in a kind that first focal value vanish useFormula2 = false; -- compute p(3,0) in a kind that second focal value vanish useFormula23 = false; -- compute coeffitients in a way that second and thirt focal values vanish liftTrials =2; maxLift = 10 ; numLiftPoints=0; L = {{ { {27, 9, 22}, -- Polymomial P coefficients with monomial degree = 2 {3, 8, 5}, -- Polymomial Q coefficients with monomial degree = 2 {11, 20, 4, 3}, -- Polymomial P coefficients with monomial degree = 3 {3, 25, 20, 18} -- Polymomial Q coefficients with monomial degree = 3 } } };