next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Bertini :: NamePolynomials

NamePolynomials -- An option which designates the names of the polynomials we want to solve.

Description

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

Functions with optional argument named NamePolynomials :

For the programmer

The object NamePolynomials is a symbol.