Numerical.GBasisOfPointsInIdeal5 |
Syntax |
$numerical.GBasisOfPointsInIdeal5(Points, Epsilon, GetO, GBasis):Object |
Description |
Example |
Points := Mat([[2,0,0],[0,3,0],[0,0,1]]); $numerical.GBasisOfPointsInIdeal5(Points, 0.001, False,[z,y]); -- CoCoAServer: computing Cpu Time = 0.0160 ------------------------------- [z^2 - z, 1/3yz, 1/2xz, 1/9y^2 - 9007199254740991/27021597764222976y, 1/6xy] ------------------------------- |
See Also |