home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / gerald / 5_11 / Primes / ReadMe < prev   
Text File  |  1992-07-14  |  2KB  |  50 lines

  1. %OP%VS4.13 (28-Apr-92), Gerald L Fitton, R4000 5966 9904 9938 
  2. %OP%DP0
  3. %OP%IRY
  4. %OP%PL0
  5. %OP%HM0
  6. %OP%FM0
  7. %OP%BM0
  8. %OP%LM4
  9. %OP%PT1
  10. %OP%PDPipeLine
  11. %OP%WC4,1238,380,1748,0,37,0,0
  12. %CO:A,72,72%
  13. %C%Inductive Logic, Iteration and Recursion
  14. %C%by Gerald L Fitton
  15. Keywords:
  16. Primes Induction Iteration Recursion Fitton
  17.  
  18. The files in this directory are here to entice you to want to read
  19. my articles on the subjects in the title.  They will appear on the 
  20. quarterly discs sent to PipeLineá4 subscribers.  The custom function in 
  21. the file [c_Prime] doesn't even use recursion so the title of this 
  22. [ReadMe] is a bit of a cheat really.
  23.  
  24. To see the custom function at work double click on [Primes01].
  25.  
  26. Mathematicians and logicians (as well as computer programmers) are 
  27. interested in Inductive Logic, Iteration and Recursion and so I am 
  28. working up a series on these related subjects.  My excuse for using a 
  29. 'repeatá-áuntil' loop in this directory under this heading is that any 
  30. 'repeat - until' can be converted into a recursive function!  If you do 
  31. this and send me a copy in time for the August 1992 PipeLineá4 disc 
  32. (conforming to the conventions referred to in the last paragraph) and 
  33. if it is published then I will send you a PipeDream mug!!
  34.  
  35. Another reason for linking the words in the title is that any iterative 
  36. or recursive problem can be 'converted' to a problem which uses the 
  37. language of inductive logic and any inductive logic problem can be 
  38. converted to an iterative process.  So that's my justification.
  39.  
  40. My final reason for including this directory is that I am hoping to 
  41. encourage you to send me more custom functions and I would like you to 
  42. conform to a few conventions I have discussed with Robert Macmillan of 
  43. Colton Software.  You will find those recommendations in the 
  44. directories Custom01 and Custom02 of the Mayá1992 PipeLineá4 disc.  The 
  45. custom function in this directory is a good example of conforming to 
  46. the recommended conventions and it is a good example of a custom 
  47. function anyway!  Note that all variables are declared using set_name() 
  48. before they are initialised using set_value().  The function set_name() 
  49. is used only once when the variable is declared.
  50.