[Maxima] roots of polynomials

Adam Majewski adammaj1 at o2.pl
Sat Sep 1 07:40:59 CDT 2007


Hi

I'm trying to compute roots of polynomial given by recurence
relation

My polynomial :
P(n):=if n=0 then 0 else P(n-1)2+c;

I'm using allroots
see: http://fraktal.republika.pl/mset_centers.html
but for n>6 roots seems to be wrong to me.

Can it be done better ?

Adam Majewski


More information about the Maxima mailing list