home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fracxtr4.zip / ULI.FRM < prev    next >
Text File  |  1992-02-10  |  1KB  |  64 lines

  1. ;========================================================================
  2. ;Date:    Mon, 10 Feb 1992 13:08:59 EST
  3. ;From: "Bruno"
  4. ;Subject: PAR-File
  5. ;X-Topic: Entry #3182 of LISTS.FRAC-L
  6. ;To: "LISTS.FRAC-L.3182"
  7. ;
  8. ;Posted on 10 Feb 1992 at 08:26:57 by BrownVM Mailer (103837)
  9. ;
  10. ;PAR-File
  11. ;
  12. ;Date:         Mon, 10 Feb 1992 13:06:54 MEZ
  13. ;Reply-To:     'FRACTAL' discussion list <FRAC-L@GITVM1.BITNET>
  14. ;From:         QOC62@DMSWWU1A.BITNET
  15. ;
  16. ;Dear Fragglers !
  17. ;We 've got PAR-Files for fractint from FRAC-L (thank you Rodrigo) and want to
  18. ;contribute too. Our Parameter- and Formulafiles are following:
  19. ;uli.frm
  20. ;uli.par
  21. ;(I think you will need sam.frm published in FRAC-L (i hope !?) before )
  22. ;Interested in YOUR Parameter- or formulafiles.!
  23. ;
  24. ;Our E-MAIL:
  25. ;ULI:  QOC62@DMSWWU1A.BITNET
  26. ;TOM:  QOC71@DMSWWU1A.BITNET
  27. ;
  28. ;Happy fraggling !
  29. ;Greetings from Muenster
  30. ;
  31.  
  32.  
  33.    ULI_1 = {
  34.       z = Pixel: z = fn1(1/fn2(z))
  35.       |z| <= 4
  36.    }
  37.  
  38.    ULI_2 = {
  39.       z = Pixel: z = fn1(1/fn2(z+p1))
  40.       |z| <= p2
  41.    }
  42.  
  43.    ULI_3 = {
  44.       z = Pixel: z = fn1(1/fn2(z+p1)+p1)
  45.       |z| <= p2
  46.    }
  47.  
  48.    ULI_4 = {
  49.       z = Pixel: z = fn1(1/(z+p1))*fn2(z+p1)
  50.       |z| <= p2
  51.    }
  52.  
  53.    ULI_5 = {
  54.       z = Pixel, c = fn1(pixel):
  55.       z = fn2(1/(z+c))*fn3(z+c)
  56.       |z| <= p1
  57.    }
  58.  
  59.    ULI_6 = {
  60.       z = Pixel: z = fn1(p1+z)*fn2(p2-z)
  61.       |z| <= p2+16
  62.    }
  63.