Num.RatPoints |
Syntax |
Num.RatPoints(BB:LIST, OrderIdeal:LIST)):LIST of MAT |
Description |
Example |
Use P::=QQ[x,y,z]; Points := Mat([[2/3,0,0],[0,10,0],[0,0,1/3]]); R:=Num.ABM(Points, 0); Dec(Num.RatPoints(R[1],R[2]),2); -- CoCoAServer: computing Cpu Time = 0 ------------------------------- -- CoCoAServer: computing Cpu Time = 0.016 ------------------------------- [Mat([ ["0.66", "0.00", "0"], ["0", "0", "10"], ["0", "0.33", "0"] ]), Mat([ ["0", "0", "0"], ["0", "0", "0"], ["0", "0", "0"] ])] ------------------------------- |
See Also |