up previous next
BBSGen.PolDeg

This function computes the arrow degree of a given homogenous polynomial from the ring K[c](see BBSGen.WMat).
Syntax
          

BBSGen. Poldeg(F,OO,BO,N,W);
BBSGen.Poldeg(F:POLY,OO:LIST,BO:LIST,N:INT,W:MAT):VECTOR;  

          

Description


Example
Use R::=QQ[x[1..2]];

OO:= $apcocoa/borderbasis.Box([1,1]);
BO:=$apcocoa/borderbasis.Border(OO);
Mu:=Len(OO);
Nu:=Len(BO);
N:=Len(Indets());
W:=BBSGen.Wmat(OO,BO,N);
Use XX::=QQ[c[1..Mu,1..Nu],t[1..N,1..N,1..Mu,1..Mu]]; 

F:= c[2,4]c[4,1] - c[3,3]c[4,2] - c[2,3] + c[3,4]; 

BBSGen.Poldeg(F,OO,BO,N,W);

R :: Vector(1, 1)




See Also