real_het

Julia Set IBNIZ

Jan 4th, 2012
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. \Julia set in IBNIZ
  2. \written by real_het
  3.  
  4. \initialize x,y vars
  5. 2*2!2*3!
  6.  
  7. \calculate cx,cy
  8. 10rd F2 *s0!
  9. F9 *s1!
  10. \^^x,y animation speeds
  11.  
  12. 10,6! \loop counter
  13. [
  14. 2@3@*4! \xy=x*y
  15. 2@d*2! \x*=x
  16. 3@d*3! \y*=y
  17. 2@3@+5! \z=x+y
  18. 2@3@-0@+2! \x=x-y+cx
  19. 4@d+1@+3! \y=xy+xy+cy
  20.  
  21. 5@4-< \bailout
  22. 6@,1-d6! \maxiter
  23. *] \combine ifs, endloop
  24.  
  25. [email protected]^1977+ \palette fx
Advertisement
Add Comment
Please, Sign In to add comment