Numerical.FirstVanishingRelationsInIdeal5 |
Syntax |
$numerical.FirstVanishingRelationsInIdeal5(Points, Epsilon, GetO, GBasis):Object |
Description |
Example |
Points := Mat([[1,0,0],[0,0,1],[0,2,0]]); $numerical.FirstVanishingRelationsInIdeal5(Points,0.001,True,[x]); -- CoCoAServer: computing Cpu Time = 0 ------------------------------- [[xz, 1/2xy, x^2 - 4503599627370495/4503599627370496x], [x]] |
See Also |