03/25/2010, 02:19 AM
(03/24/2010, 10:33 PM)nuninho1980 Wrote: 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?
I find this really bizarre... What version of Pari/GP are you using? I use 2.3.4.
Oh wait, did you just do one iteration and one iteration only? That might be the problem. Try running the command several times. You can also use the nnormiters routine. I.e. tetpoly = nnormiters(5, tetpoly, 20, 2) is the same as running tetpoly = iternorm(tetpoly, 20, 2) 5 times.

