The user should specify the polynomial system they want to solve with the B’Polynomials option or the B’Functions option. The user should use the NamePolynomials option in conjunction with B’Functions whenever B’Polynomials is not used.
i1 : R=QQ[x,y] o1 = R o1 : PolynomialRing |
i2 : makeB'InputFile(storeBM2Files,
AffVariableGroup=>{{x,y}},
NamePolynomials=>{f1,f2},
B'Functions=>{{f1,x+y-1},{f2,x^2-2}})--f1=x+y+1,f2=x^2-2 is written to the input file
o2 = /var/folders/j_/gx42s4z576z_vj47_ym0j5xm0000gn/T/M2-74781-0/0/input
o2 : File
|
The object NamePolynomials is a symbol.