Logo by Pauldelbrot - 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: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. April 18, 2024, 06:28:25 PM


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]   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: Fractal Fish  (Read 1124 times)
0 Members and 1 Guest are viewing this topic.
mjk1093
Forums Freshman
**
Posts: 19



« on: March 20, 2010, 03:24:48 PM »

Thought these were neat!



Link for bigger image: http://i.imgur.com/KmNNx.png

Formula: zn+1=zn2+zn-12+zn-22+c
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #1 on: March 20, 2010, 07:55:16 PM »

cute!  Repeating Zooming Self-Silimilar Thumb Up, by Craig
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #2 on: March 21, 2010, 03:26:50 AM »

Formula: zn+1=zn2+zn-12+zn-22+c


Mandel or Julia?  wink
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
mjk1093
Forums Freshman
**
Posts: 19



« Reply #3 on: March 21, 2010, 07:56:17 AM »

Quote
Mandel or Julia?  wink

Mandel, as indicated by the "c" instead of a specific number. At least I think that's the convention? I'm rather new at this but having a lot of fun! There's a lot of other interesting stuff in that region too. The coordinates are (-0.42421875, -0.35729166667) magnification 275. Here's the code I used in UltraFractal to get the zn-1 and zn-2 recursive elements:

{
init:
  z = 0
  a = 0
  b = 0
loop:
  z = z^@power + a^@power2 + b^@power3 + #pixel
  c=b
  b=a
  a=z
bailout:
  |z| < @bailout
default:
  float param bailout
    default = 1000
    min = 1
    exponential = true
  endparam
  param power
     default = (2,0)
  endparam
  param power2
     default = (2,0)
  endparam
  param power3
     default = (2,0)
  endparam
}

There's a lot of interesting stuff if you set power2=(3,0) and power3=(3,0) as well.
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Made of Fish bones Mandelbulb3D Gallery Tahyon 0 815 Last post October 17, 2011, 07:46:00 PM
by Tahyon
Fractal Fish Tanks Images Showcase (Rate My Fractal) zonepatcher 0 1174 Last post January 27, 2012, 06:09:12 AM
by zonepatcher
Tropical fish Mandelbulb3D Gallery Sittinglight 1 719 Last post April 10, 2012, 12:42:36 AM
by Jameses
Fractal Fish found in Ultra Fractal Images Showcase (Rate My Fractal) thom 0 2197 Last post April 23, 2012, 04:29:41 AM
by thom
Porcupine Fish Mandelbulb3D Gallery Tahyon 0 784 Last post September 05, 2012, 03:31:01 PM
by Tahyon

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.321 seconds with 24 queries. (Pretty URLs adds 0.007s, 2q)