03/24/2010, 10:33 PM
(This post was last modified: 03/24/2010, 10:34 PM by nuninho1980.)
(03/24/2010, 09:43 PM)mike3 Wrote: I got error "inegame: incorrect... in gtofp." and I don't know how do I do this code because iternorm(p, ubound, order) is different to iternorm(tetpoly, A, order).
therefore please you do!
p = polynomial to apply to
ubound = variable called "A" in discussion
order = variable called "r" in discussion
I'm not sure what you tried to put in there, it should have worked. Did you try something like
Code:
tetpoly = 1
tetpoly = iternorm(tetpoly, 20, 2)
(repeat the last one as many times as you want)(that would be for A = 20, r = 2)
after loading it?
[/quote]
yes. I tried to increase "A" and "r" and still same result. but e^^0.5 = 1.5 only!?? incorrect. how do you do for better result?

