Numerical.GBasisOfPoints5 |
Syntax |
$numerical.GBasisOfPoints5(Points, Epsilon, GetO):Object |
Description |
Example |
Points := Mat([[1,0,0],[0,0,1],[0,2,0]]); $numerical.GBasisOfPoints5(Points,0.001,True); -- CoCoAServer: computing Cpu Time = 0.0185 ------------------------------- [[x + 9007199254740991/18014398509481984y + z - 1, z^2 - 9007199254740991/9007199254740992z, 1/2yz, 1/4y^2 - 9007199254740991/18014398509481984y], [y, z, 1]] |
See Also |