Adam Majewski pisze:
> 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
Small upgrade,
fpprec:
16 is good up to period 6,
32 for period 7,
64 for period 8
Adam