Macaulay2 » Documentation
Packages » Bertini :: B'Constants
next | previous | forward | backward | up | index | toc

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

Description

This option should be set to a list of options X=>v with X denoting the constant as an indeterminant and v as it's value.

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

o1 = R

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

Functions with optional argument named B'Constants :

For the programmer

The object B'Constants is a symbol.