Difference between revisions of "Manuals/calci/FRACTAL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)'''</div><br/> ==Description== *This function draws a f...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)'''</div><br/>
+
<div style="font-size:25px">'''FRACTAL (Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId) '''</div><br/>
  
  
 
==Description==
 
==Description==
*This function draws a fractal based on the given parameter(s).
+
*This function shows the fractal diagrams based on the parameters.
 +
*Fractal is a curve or geometric figure, each part of which has the same statistical character as the whole.
 +
*Fractals are useful in modeling structures such as eroded coastlines or snowflakes in which similar patterns recur at progressively smaller scales, and in describing partly random or chaotic phenomena such as crystal growth, fluid turbulence, and galaxy formation.
 +
*Fractals are infinitely complex patterns that are self-similar across different scales.
 +
*This property is called "self-similarity".
 +
*Fractals form a never ending pattern, created by repeating a simple process over and over, in an ongoing feedback loop.
 +
*The quality of the generated fractal improves with the accuracy used,as evident from the generated by example:[[10,100,1000]]@FRACTAL
  
 
==Examples==
 
==Examples==
 +
1.10@FRACTAL
 +
[[File:Fractal.png]]
  
FRACTAL(10)
+
2.1000@FRACTAL
 +
[[File:Fractal1.png]]
  
|3,3,1..100..10|.$(FRACTAL)
+
==Related Videos==
  
Since function has lots of params FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)
+
{{#ev:youtube|v=azBNsPa1WC4|280|center|Fractal}}
tries to combanatorially loop for
 
|3,3,1..100..10|@FRACTAL
 
which gives a different result. We can  have more interesting version with more params by defining a new function.
 
  
Such as
+
==See Also==
 +
*[[Manuals/calci/MANDELBROT | MANDELBROT ]]
 +
*[[Manuals/calci/LISSAJOUS| LISSAJOUS ]]
  
fract:=FRACTAL(Iterations)
+
==References==
fract ⩨;
+
*[https://en.wikipedia.org/wiki/Fractal Fractal]
fract(|3,3,1..100..10|)
 
  
or
+
*[[Z_API_Functions | List of Main Z Functions]]
  
fract:=FRACTAL(Iterations)
+
*[[ Z3 |   Z3 home ]]
fract ⩨;
 
fract(|3,3,1...1000|)
 
 
 
==See Also==
 
*[[Manuals/calci/TRIANGLE| TRIANGLE]]
 
*[[Manuals/calci/HYPOTENUSE| HYPOTENUSE]]
 

Latest revision as of 15:51, 28 February 2019

FRACTAL (Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)



Description

  • This function shows the fractal diagrams based on the parameters.
  • Fractal is a curve or geometric figure, each part of which has the same statistical character as the whole.
  • Fractals are useful in modeling structures such as eroded coastlines or snowflakes in which similar patterns recur at progressively smaller scales, and in describing partly random or chaotic phenomena such as crystal growth, fluid turbulence, and galaxy formation.
  • Fractals are infinitely complex patterns that are self-similar across different scales.
  • This property is called "self-similarity".
  • Fractals form a never ending pattern, created by repeating a simple process over and over, in an ongoing feedback loop.
  • The quality of the generated fractal improves with the accuracy used,as evident from the generated by example:10,100,1000@FRACTAL

Examples

1.10@FRACTAL

Fractal.png

2.1000@FRACTAL

Fractal1.png

Related Videos

Fractal

See Also

References