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