Has the Mad Scientist of Fractal Space over done it? Of course! And he is still bent out of shape. In Figure 1 we see Dr. J's right shoulder is almost as large as his head! Looks like he may slept wrong side up or did he dislocate it when he tried to get even with me last night!
Figure 1. Sore Shoulder.
Tonight's fractal is near last night's, using a derivative of a formula originally by Paul Carlson. This, along with last night's fractal, are about as distorted as I've seen. Here we see the period 5 bud (between period 2 and period 3 buds) very swollen. In case you can't figure this one out either, the head (and 'spike') are aimed at nearly 90 degree angle to your right. Again, count the filaments on a bud to tell its period!
Sleep on one shoulder all night, and you too might get bent out of shape!
Jay
The parameter and formula files for Fractint are included below. Copy them
into a quickie.par file for quick loading into Fractint. For longer term
use, copy the frm: block into a FotN.frm file. But this time leave off the
'frm:' part. Then copy the rest (the par parts) into your FotN.par
file.
Sore-Shoulder { ; (C) Jay Hill, 1998
; Dr. J wakes up with a stiff neck and a sore right shoulder
reset=1960 type=formula formulafile=n6jatnm.par
formulaname=cnfrc_fncj1_mset function=sin
center-mag=-2.207/-1.27954/18.05436/1/57.501 params=200/0/0.4/4
float=y maxiter=3000 inside=0 logmode=fly
colors=wcA210<24>PWmQYoRZqS`sTauUcw<30>F82E70G80<18>tJ9wKAwKA<56>HE1GD0H\
D3<19>YAz<77>505405404304303<3>101101101101000000
savename=Soreneck
}
frm:CnFrc_FncJ1_Mset {; by Jay Hill, 1998
; Original idea by Paul W. Carlson, 1998
; real(p1) = controls bailout
; imag(p1) not used
; real(p2) = usually 1
; imag(p2) usually 0
z=0, c=pixel
:
k = z * z + c
z = k - fn1(p2/(k+p2/(k+p2/(k+p2/(k+p2/(k+p2))))))
;
abs(real(z)) < p1
}