Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. I created presentation: "Math is fun: Chaos Game".
  2. I want show you interesting method to generating fractals.
  3. // on te slide we see Julia set
  4. Fractals in matematics is a detailed, recursive and infinitely self-similar mathematical set.
  5. I know it's a hard to understand definition but
  6. Fractals doesn't have strict definition because it have a huge variety of examples and doesnt exist a corectly
  7. for every fractals.
  8. I can show you some basic fractals for examples:
  9. polish fractal: Sierpinski carpet
  10. it's a good example to understand how to create some fractals because not everyone fractal have recursive
  11. funtion to generate it.
  12.  
  13. The construction of the Sierpinski carpet begins with a square.
  14. The square is cut into 9 subsquares
  15. and the central subsquare is removed.
  16. The same procedure is then applied recursively to the other 8 subsquares and reapet it.
  17.  
  18.  
  19. Chaos game is a simpe method to generating some fractals.
  20. Firstly we must created 3 or more points. and we have to number it.
  21. Secondaly we must created a start point. Now we can play.
  22. We can use dice to generate some random numbers.
  23. But we dont have any xD because we are a poor students xD
  24. Ok we must generate some random numbers like 1 2 3...
  25. and draw new points. but how to draw new points?
  26. we must get halfway between your last used point and your random number.
  27.  
  28. in this circle we never create new point. i dont have proof but belive me xD
  29.  
  30. create more.. and more and more..
  31.  
  32. i know its boring. but what happen when we created 1000 points? or more
  33.  
  34. we have a fractal "Sierpinski triangel" its a very interesting fractal because its show 1.5 dimension but i can't explaint it.
  35. and i don understand 1.5 dimension. but it is interesting in my opinion xD :( pepe_Cry
  36.  
  37. but what if we use more start points? like 4?
  38. with ours old rules (half distance and random point) we can't created a interesting fractal.
  39. But we can add more rules!
  40.  
  41. // tu musze coś napisać ale jeszcze nie wiem co
  42.  
  43. the last two(or more) corners can’t be chosen two time
  44. We can invent a lot of rules :D
  45.  
  46. ok now i have some examples for fractals generated by chaos game with difrent rules
  47. you can read it if you want xD
  48.  
  49. ok. last is my special example.
  50. when we take six points and these are angels of ours triangels and we start play chaos game we get this fractal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement