discrete dynamical system



Adam Majewski pisze:
> Hi Edwin ,
> 
> thx for your replay
> 
>> what is "MIIM" ?
> Modified Inverse Iteration Method
> http://en.wikibooks.org/wiki/Fractals/Iterations_in_the_complex_plane/Julia_set
> http://facstaff.unca.edu/mcmcclur/professional/Julia/Links/index_lnk_4.html
>>> What do you think ? Can it be done better ?
>   > I am no expert on graphics.
> 
> So am I.
> I'd like to ask if my use of Maxima commands is good.
> It works but maybe it can be done faster ?
> 
> Regards
> 
> Adam
Here is implemented:
- stack ( LIFO) using list
- drawing points points using 2 lists
This maybe things to improve

Adam