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

ParameterGroup -- An option which designates the parameters for a Parameter Homotopy.

Description

This option should be set to a list of parameters.

i1 : R=QQ[x,y,u]

o1 = R

o1 : PolynomialRing
i2 : makeB'InputFile(storeBM2Files,
         B'Configs=>{{"PARAMETERHOMOTOPY",1}},
         AffVariableGroup=>{{x,y}},
         ParameterGroup=>{u},
         B'Polynomials=>{y-(x^2-1),y-u})

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

o2 : File

Functions with optional argument named ParameterGroup :

For the programmer

The object ParameterGroup is a symbol.