Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. I created a presentation called: "Math is fun: Chaos Game".
  2. I want to show you an interesting method of generating fractals. (albo method to generate fractals, co wolisz)
  3. // on te slide we see Julia set
  4. Fractals in matematics are detailed, recursive and infinitely self-similar mathematical sets.
  5. I know it's a hard to understand that definition but
  6. Fractals don't have a strict definition because there is a huge variety of examples and there doesn't exist a universal definition
  7. for every fractal.
  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 every fractal has a 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 reapeted.
  17.  
  18.  
  19. Chaos game is a simpe method of generating some fractals.
  20. Firstly we must created 3 or more points. and we have to number them.
  21. Secondaly we must create a start point. Now we can play.
  22. We can use a 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 used 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 times
  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