BBF.RetrieveVPolysWithTermInSupport |
Syntax |
BBF.RetrieveVPolysWithTermInSupport(T:POLY):LIST |
Description |
Example |
Use ZZ/(32003)[x, y, z],DegLex; I:=Ideal(-4*x^2 + 1, -4*y^2 - 1, 5*z^2); BBF.Init(I); BBF.Steps(20); -- After computation has finished: BBF.RetrieveVPolysWithTermInSupport(z); Output: [x^2z - 8001z, y^2z + 8001z] |
See Also |