Num.BBABM |
Syntax |
Num.BBABM(Points:MAT, Epsilon:RAT):Object Num.BBABM(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.BBABM(Points,0.1); Dec(Res[1],2); -- CoCoAServer: computing Cpu Time = 0.015 ------------------------------- ["1 x +1.01 y +1 z -0.99 ", "1 z^2 -1 z ", "1 yz ", "1 xz ", "1 y^2 -0.98 y ", "1 xy "] -------------------------------------------------------------- |
See Also |