about Maxima 5.17



Raymond Toy pisze:
> Adam Majewski wrote:
>> Raymond Toy pisze:
>>   
>>> Adam Majewski wrote:
>>>     
>>>> Where is bfallroots ?
>>>>
>>>>   
>>>>       
>>> Is not in the release.  You'll need to get it from CVS.
>>>
>>> Ray
>>>     
>> ( Sorry that I do not know and ask again but where ?)
>> I have opened :
>> http://maxima.cvs.sourceforge.net/viewvc/maxima/maxima/
>>
>> Where ?
>>
>>   
> It's in src/cpoly.lisp.
> 
> Ray
Thx.
These are my results :

http://fraktal.republika.pl/doc/mset_centers_bfallroots.txt
computed with :
http://fraktal.republika.pl/doc/qdynamics.mac
to see diagrams:
load(qdynamics;);
load(cpoly); /* last version from cvs */
centers:GiveCenters_bf(3);
DrawPointsT(centers,"centers of components of period 3",screen);

works up to period 8 ( degree=128 )
but with errors for 7-8  :
abs(c)>2

Adam