Num.ABM |
Syntax |
Num.ABM(Points:MAT, Epsilon:RAT):Object Num.ABM(Points:MAT, Epsilon:RAT, Delta:RAT, NormalizeType:INT):Object |
Description |
Example |
Use P::=QQ[x,y,z]; Points := Mat([[1,0,0],[0,0,1],[0,0.99,0]]); Res := Num.ABM(Points,0.1); Dec(Res[1],2); -- CoCoAServer: computing Cpu Time = 0.016 ------------------------------- ["1 x +1.01 y +0.99 z -0.99 ", "1 z^2 -0.99 z +0.00 ", "1 yz ", "1 xz ", "1 y^2 -0.98 y -0.00 ", "1 xy "] ------------------------------- |
See Also |