Macaulay2 » Documentation
Packages » MonodromySolver :: specializeSystem
next | previous | forward | backward | up | index | toc

specializeSystem -- specialize parametric system at a point in the parameter space.

Description

Specializes the parameters of a parametric system at the point p0.

i1 : R = CC[a,b][x,y];
i2 : F = polySystem {a*x+b*y, x^2-y};
i3 : p0 = point {{2,3}};
i4 : specializeSystem(p0,F)

                2
o4 = {2x + 3y, x  - y}

o4 : List

Ways to use specializeSystem:

  • specializeSystem(AbstractPoint,Matrix)
  • specializeSystem(AbstractPoint,PolySystem)
  • specializeSystem(AbstractPoint,GateSystem) (missing documentation)

For the programmer

The object specializeSystem is a method function.


The source of this document is in MonodromySolver/Documentation.m2:217:0.