home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / MATHS.ARC / READ.ME < prev   
Text File  |  1992-02-23  |  2KB  |  43 lines

  1. 16/1/92 Maths.lbr Adam Toyer
  2.  
  3. On unpacking the above mentioned library you should find the following files:
  4.  
  5.                READ.ME         - This file
  6.                COMPLEX.MWB     - Complex number routines written in
  7.                                  Microworld Basic
  8.                MANDLBRO.MWB    - Mandlbrot set viewer
  9.                FULLSET.MLS     - Pic of full mandlbrot
  10.                FULLSET.DTF     - set and accompanying
  11.                                  data.
  12.  
  13. MANDLBRO.MWB. A program for calculating and viewing any part of the famed
  14. mandlbrot set. It`s use should be reasonably easy however it is neccessary
  15. that some knowledge of what the mandlbrot set is is essential. It shouldn`t
  16. be hard to find information on the subject. A satisfactory level of
  17. knowledge can be obtained from any computer or scientific magazine which
  18. seem to regularly have beginners articles on the subject and if they dont
  19. the relevant back copy should not be hard to find.
  20.  
  21. The program creates four different file types but they are required in
  22. pairs. The *.MSU and *.DAT files are for an unfinished set and can be
  23. reloaded finished off. The *.MLS and *.DTF are for finished sets and can
  24. be reloaded to view. The *.MLS and *.MSU are Grsaved Basic screens the other
  25. file contains data neccessary for viewing or resumption of compilation.
  26. I haven`t put a colour routine in as I am only using a monochrome. It
  27. shouldnt be too hard just get it too jump to the set routine when it trips
  28. out of the iteration and set the point to the colour according to the value
  29. of I. The larger I the darker the colour should be.
  30.  
  31. COMPLEX.MWB A collection of routines in Microworld basic for all the
  32. complex number operations I  know of. Handles both A+iB and Rcis@ forms.
  33. The routines are very useful for vector analysis just enter the vector as
  34. Rcis@ form where R is magnitude and @ is angle from due east or positive
  35. increasing anticlockwise (standard mathematical angles). Then use routine
  36. to convert to A+iB form and then use addition and subtraction routines.
  37. For a large number of vectors it should be much less tedious than hand
  38. calculation and more accurate than graphical means.
  39.  
  40. Any queries or problems just leave a note at Beehive BBS
  41.  
  42. Adam Toyer.
  43.