Changes

Jump to navigation Jump to search
853 bytes removed ,  19:03, 12 September 2017
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)'''</div><br/>
  −
  −
  −
==Description==
  −
*This function draws a fractal based on the given parameter(s).
  −
  −
==Examples==
  −
  −
FRACTAL(10)
  −
  −
|3,3,1..100..10|.$(FRACTAL)
  −
  −
Since function has lots of params FRACTAL(Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId)
  −
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
  −
  −
fract:=FRACTAL(Iterations)
  −
fract ⩨;
  −
fract(|3,3,1..100..10|)
  −
  −
or
  −
  −
fract:=FRACTAL(Iterations)
  −
fract ⩨;
  −
fract(|3,3,1...1000|)
  −
  −
==See Also==
  −
*[[Manuals/calci/TRIANGLE| TRIANGLE]]
  −
*[[Manuals/calci/HYPOTENUSE| HYPOTENUSE]]
  −
  −
  −
  −
  −
*[[Z_API_Functions | List of Main Z Functions]]
  −
  −
*[[ Z3 |  Z3 home ]]
  −
  −
   
<div style="font-size:30px">'''FRACTAL (Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId) '''</div><br/>
 
<div style="font-size:30px">'''FRACTAL (Iterations,xmin,xmax,ymin,ymax,Width,Height,MandeliterFunction,Shades,CanvasId) '''</div><br/>
       
==Description==
 
==Description==
*This function shows the fractal diagrams.
+
*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.  
 
*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 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.
writer
6,694

edits

Navigation menu