Numerical.FirstVanishingRelations5 |
Syntax |
$numerical.FirstVanishingRelations5(Points, Epsilon, GetO):Object |
Description |
Example |
Points := Mat([[1,0,0],[0,0,1],[0,2,0]]); $numerical.FirstVanishingRelations5(Points,0.001,True); ------------------------------- [[x + 9007199254740989/18014398509481984y + 4503599627370495/4503599627370496z - 4503599627370495/4503599627370496], [1]] ------------------------------- |
See Also |