BB.NDneighbors |
Syntax |
BB.NDneighbors(OO:LIST):LIST |
Description |
Example |
Use QQ[x,y,z]; BB.Border([1,x]); BB.NDneighbors([1,x]); [z, y, xz, xy, x^2] ------------------------------- [[3, 1, 1], [4, 2, 1]] -- E.g. the first triple of the result can be interpreted -- as x*z = xz |
See Also |