discrete dynamical system



Mario Rodriguez pisze:
> Hello Adam,
> 
>> Great. Thx. It,s very important information for me. I didn't find this 
>> information. Is it in help or on your page ?
>>   
> I'm afraid this information is nowhere. I'll fix it.
> 
>> I have not found image in the internet, so I will try to desacribe it.
>> I have array of pixels. For each pixel there is a n integer number ( 
>> 0<=hit<=HitLimit). I would like to draw vertical bars ( height is = 
>> hit/hitLimit) for each pixel.
>>   
> I think I understand. At this moment, the only way to plot vertical 
> lines for each point is to write something as
> 
> 
> draw3d(points_joined=true,
>               points([[1,1,0], [1,1,10]]),
>               points([[2,2,0], [2,2,10]]),
>               points([[3,4,0], [3,4,10]])    );
> 
> which is not a nice solution. Although impulses are implemented in 
> Gnuplot, they aren't in Maxima. I'll look into this too.
> 
> Thanks a lot for your comments; you gave me a pair of ideas!
> 
> 
Here is last version:
http://commons.wikimedia.org/wiki/Image:Miimcr.png

What do you think ?

As to draw:
- can svg terminal be made?
- jpg not works for me.

As to general Maxima.
I usu draw points(xx,yy) . Here are 2 lists.
Could it be draw points(orbit) with 1 list of complex numbers ?

Regards

Adam