next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Bertini :: B'Constants

B'Constants -- An option to designate the constants for a Bertini Input file.

Description

This option should be set to a list of lists of 2 elements or options. The first element of the list of two elements is the name of the Constant, and the second element is the value that the consant will be set.

i1 : R=QQ[z,a,b,c]

o1 = R

o1 : PolynomialRing
i2 : makeB'InputFile(storeBM2Files,
         B'Configs=>{{"MPTYPE",2}},
         AffVariableGroup=>{{z}},
         B'Constants=>{{a,2},{b,3+2*ii},c=>3/2},
         B'Polynomials=>{a*z^2+b*z+c})

o2 = /var/folders/j_/gx42s4z576z_vj47_ym0j5xm0000gn/T/M2-74764-0/0/input

o2 : File

Functions with optional argument named B'Constants :

For the programmer

The object B'Constants is a symbol.