BBSGen.PurPow |
Syntax |
BBSGen.PurPow(OO); BBSGen.PurPow(OO:LIST):LIST |
Description |
Example |
Use R::=QQ[x,y]; OO:=[1,x,y,xy]; BO:=$apcocoa/borderbasis.Border(OO); Mu:=Len(OO); Nu:=Len(BO); BBSGen.PurPow(OO); [[1, 2], [2, 2], [3, 2], [4, 2], [1, 3], [2, 3], [3, 3], [4, 3]] Class:=BBSGen.PurPow(OO); Use BBS::=CoeffRing[c[1..Mu,1..Nu]]; BBSGen.IndFinder(Class,Mu,Nu); [c[1,2], c[1,3], c[2,2], c[2,3], c[3,2], c[3,3], c[4,2], c[4,3]] |
See Also |