Sec Munic on Wed, 15 Feb 2017 14:53:35 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Can use PariGp to generate fractals over the real line? |
> I cannot figure what would happen when -1<n<0 (the dimension is negative),
> so I want to see what the algorithm does.
Let k = (b-b^n) the number of parts you delete, then n = log(b-k)/log(b)
if n<0 then this implies that b and k cannot be both integers.
(the logarithm of a positie integers is positive)
So how do you delete a fractional part ?
Cheers,
Bill.