Logo by mario837 - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 18, 2024, 08:28:10 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: 1 [2]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Do z-->z/c² or z-->z*c² create a fractal  (Read 11680 times)
0 Members and 1 Guest are viewing this topic.
Chillheimer
Global Moderator
Fractal Schemer
******
Posts: 972


Just another fractal being floating by..


chilli.chillheimer chillheimer
WWW
« Reply #15 on: April 18, 2017, 11:08:24 PM »

I tried to attach it to a message but got: "Your file is too large. The maximum attachment size allowed is 256 KB. "

sorry for that, we currently face major problems with our server and are happy the forum is running at all. working on a solution - until then, please upload externally and share the link here.
Logged

--- Fractals - add some Chaos to your life and put the world in order. ---
LionHeart
Explorer
****
Posts: 46



« Reply #16 on: April 18, 2017, 11:26:26 PM »

Thanks Chillheimer.

Let me know when I can attach my program as there may be others who want to play with it smiley
Logged

Paul the LionHeart
Chillheimer
Global Moderator
Fractal Schemer
******
Posts: 972


Just another fractal being floating by..


chilli.chillheimer chillheimer
WWW
« Reply #17 on: April 18, 2017, 11:45:31 PM »

we'll post an announcement as soon as it works again.

until then, why not use a free hoster like https://wetransfer.com/
Logged

--- Fractals - add some Chaos to your life and put the world in order. ---
LionHeart
Explorer
****
Posts: 46



« Reply #18 on: April 18, 2017, 11:52:24 PM »

Thanks Chillheimer,

I have not heard of that site. If others have a problem, I'll give it a go.
Logged

Paul the LionHeart
LionHeart
Explorer
****
Posts: 46



« Reply #19 on: April 19, 2017, 12:01:10 AM »

Hi Chillheimer,

It seems to work...

https://we.tl/XgsgNlwBmH

The link will last a week.

Many thanks.

Logged

Paul the LionHeart
clacker
Forums Freshman
**
Posts: 16


« Reply #20 on: April 26, 2017, 03:21:20 AM »

I implemented this function as a Fragmentarium script for the z = (z^n+c)/(c^n+z) function that lets you play with the Julia values and vary the power from -4 to 4.  Here are some samples and the frag file.


* pieman4.jpg (48.19 KB, 641x328 - viewed 455 times.)

* pieman6.jpg (40.67 KB, 641x328 - viewed 462 times.)

* pieman7.jpg (62.56 KB, 500x500 - viewed 428 times.)
* pieman.frag (1.3 KB - downloaded 223 times.)
Logged
Adam Majewski
Fractal Lover
**
Posts: 221


WWW
« Reply #21 on: May 28, 2017, 09:49:27 AM »

I made it in Ultra Fractal.  Here is the formula.  If you don't use Ultra Fractal, you should be able to read the code and figure it out for the program that you use.  The Mandelbrot version is trickier, since finding a critical point for beginning the iteration is not trivial.


rational-julia {
;
; from pieman597
; http://www.fractalforums.com/general-discussion-b77/t24459/msg95653/#new
;
; based on f(z) = (z^2+c)/(c^2+z)
; generalize to any power
;
init:
  complex bottom=(0,0)
  complex c=@julparam
  complex cton=c^@power
  complex top=(0,0)
  complex z=#pixel
loop:
  top=z^@power+c
  bottom=z+cton
  z=top/bottom
bailout:
  |z|<@bailout
default:
  title="rational julia"
  complex param julparam
    caption="julia parameter"
    default=(0,1)
  endparam
  complex param power
    caption="power"
    default=2
  endparam
  float param bailout
    caption="bailout"
    default=1000
  endparam
switch:
  type="rational-mandelbrot"
  power=power
  bailout=bailout
}


I have opend your formula in wine/UF5 but image is different
?
Logged
Pages: 1 [2]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
create 3D fractal using images? 3D Fractal Generation teamfresh 10 6426 Last post March 26, 2010, 01:13:43 AM
by Fractal_Artist
How to create 'unique' fractal art with M3D (or how not to) Mandelbulb 3d « 1 2 » kameelian 16 13198 Last post April 28, 2012, 02:04:19 AM
by PhotoComix
create axolotl fractal - for university.... Let's collaborate on something! « 1 2 3 » cKleinhuis 40 9934 Last post January 29, 2013, 01:36:26 PM
by matty686
Can Apophysis be used to create fractal landscapes? Help & Support pswanson 3 644 Last post October 24, 2014, 04:27:00 AM
by JohnVV
Create a 3D fractal generator program from scratch, what will it take? Programming ac4937 2 8631 Last post March 05, 2017, 12:02:39 AM
by DarkBeam

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.151 seconds with 24 queries. (Pretty URLs adds 0.006s, 2q)