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:

  • bertiniParameterHomotopy(...,B'Constants=>...)
  • bertiniZeroDimSolve(...,B'Constants=>...)
  • makeB'InputFile(...,B'Constants=>...)
  • bertiniUserHomotopy(...,B'Constants=>...) (missing documentation)

For the programmer

The object B'Constants is a symbol.


The source of this document is in Bertini.m2:3430:0.