home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / basic / math.ark / PARABOLA.DOC < prev    next >
Encoding:
Text File  |  1986-12-21  |  1.1 KB  |  31 lines

  1. @BEGIN(VERBATIM)
  2.  
  3.  
  4.      PARABOLA.BAS is a program which models an off axis
  5. illuminated parabola's refelcted rays and calculates their points
  6. of intersection for certain evenly spaced regions on the sagital
  7. section of a paraboloid with parabolic parameter, P. P=100 models
  8. an f5 system, P=20 an f1 system, etc. The quality of the image
  9. can be roughly assessed by the size of the box that will hold all
  10. of the image points. 
  11.  
  12.  
  13.     SPHERIC.BAS  does the same for a spherical
  14. reflector. A radius of 200 models an f5 system, a radius of 40 an
  15. f1 system. 
  16.  
  17.  
  18.     HYPERBOL.BAS models a Hyperbolic system, where ((A^2 +
  19. B^2)^0.5)-A = 100 models an f5 system and = 20 models a f1
  20. system. For f5 try 5000 and 1005 from C-A =100 and A^2 +B^2 =
  21. C^2. For f1, try A=5000 and B=447.66.
  22.  
  23.  
  24.       These programs run on MBASIC (Basic 80). They appear here
  25. in ASCII text format and canm be accessed by typing <cont>P type
  26. <filename.ext> (eg. Parabola.bas). They were written by Mike
  27. Finerty and are in the Public Domain. GIN(VERBATIM)
  28.  
  29.  
  30.      PARABOLA.BAS is a program which models an off axis
  31. illuminated parabola's refelcted rays and calcula