Now for bfloats
plot3d (logistic_set, [x, 3.850000000000000000001b0,
3.850000000000000000009b0], [y, -.000005, .000005],
[gnuplot_preamble, "set view map"],
[gnuplot_pm3d, true],
[grid, 150, 150])$
plotting: range must be of the form [variable, min, max]; found: [x,
3.85b0, 3.85b0]
-- an error. To debug this try: debugmode(true);
How do I make this work with bfloats????
Doug
On Mon, Nov 26, 2012 at 6:00 PM, Doug Stewart <doug.dastew at gmail.com> wrote:
> Tanks again.
>
> This is now working.
> If someone wants to add it to the fractal pkg. they may.
> Doug
>
>
> logistic_set(x,y):=block([zz:.5,nn:1], while (nn<30 and abs(zz)<4)
> do (zz:rectform( (x+%i*y)*zz*( 1 - zz )),nn:nn+1),nn )$
>
> (%i42) plot3d (logistic_set, [x, -2.5, 4.5], [y, -1.5, 1.5],
> [gnuplot_preamble, "set view map"],
> [gnuplot_pm3d, true],
> [grid, 150, 150])$
>
>
> On Mon, Nov 26, 2012 at 5:13 PM, David Billinghurst <dbmaxima at gmail.com>wrote:
>
>> On 27/11/2012 12:50 AM, Doug Stewart wrote:
>>
>>>
>>> Also how do I see the source code for the fractal pkg.?
>>>
>>> It is in the share/fractals directory of your maxima installation.
>> "load(fractals);" will report the location
>>
>> For example, C:/Program Files/Maxima-5.28.0-2/share/**
>> maxima/5.28.0-2/share/fractals
>>
>
>
>
> --
> DAS
>
> https://linuxcounter.net/user/206392.html
>
--
DAS
https://linuxcounter.net/user/206392.html