home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_PAS / MT1.ZIP / MTOOL2.DOC < prev    next >
Text File  |  1994-01-30  |  11KB  |  273 lines

  1. TURBO TPU TOOLKIT! (TM) Kit #2 Version 1.00
  2. COPYRIGHT 1993 LONE WOLF ENTERPRISES ALL RIGHTS RESERVED
  3.  
  4. DOCUMENTATION
  5.  
  6. INTRODUCTION
  7.  
  8. TURBO TPU TOOLKIT! (TM) Kit #2 Version 1.00 is a TPU based toolkit
  9. of mathematical functions for the experienced Pascal programmer and
  10. the novice Pascal programmer alike.  TURBO TPU TOOLKIT! Kit #2 has
  11. easy plug in functions such as inverse trigonometric functions,
  12. hyperbolic functions, factorials, permutations and much, much more!
  13.  
  14. The TPUs are designed to provide accuracy to 19 significant
  15. figures, perfect for graduate students who need high level
  16. mathematical functions for your Pascal programs.  You programmers
  17. write the code, display any output the way YOU want it, the TPUs of
  18. the TURBO TPU TOOLKIT! Kit #2 will just do the calculations.
  19. &
  20. INTRODUCTION - cont.
  21.  
  22. The sample program KIT2DEMO.EXE provides an example of how easy it
  23. is to "plug in" a TPU for your programming needs.  A manual for the
  24. tools featured in this release and for all other tools are
  25. available for registered users.  More toolkits may be purchased
  26. separately.  Site licenses available for commercial use and for
  27. LANs.  Works with Turbo Pascal 5.5 or greater compilers.  Have
  28. fun!!
  29. &
  30. PC REQUIREMENTS
  31.  
  32. IBM compatible computer (those with DOS emulators may have a
  33. problem), MS-DOS 3.3 and up, math coproccessor.  EGA color monitor
  34. or better (CGA cards and monochrome monitors may not display the
  35. program well).  512 K RAM minimum, 70 K of disk space. 
  36. KIT2DEMO.EXE may be run on a floppy, harddrive or ramdrive. 
  37. MTOOL2.DOC MUST RESIDE IN THE SAME DIRECTORY AS KIT2DEMO.EXE!  If
  38. you use this program under Windows 3.x, the program will run in a
  39. window and will run full screen.  The program works under QEMM 386
  40. and PCTools Ramboost.
  41. &
  42. INSTALLATION
  43.  
  44. Turn on the computer to start your operating system.  Place
  45. the floppy disk into the disk drive.  Switch to the floppy
  46. drive by typing "A:" or "B:" at the prompt.  Type "DIR" to
  47. view the contents of the disk.  Type "INSTALL", press "ENTER" and
  48. follow the instructions.  Once the installation is complete,
  49. switch to the drive you installed the program on and then switch
  50. to the MTOOL2 subdirectory by typing "C:" (or whatever drive you
  51. installed the program), press "ENTER", then type "CD\MTOOL2" and
  52. press "ENTER".  The TPU files may be moved to any directory you
  53. want.  KIT2DEMO.EXE AND MTOOL2.DOC MUST BE IN THE SAME DIRECTORY
  54. TO WORK PROPERLY.
  55. &
  56. OPERATION - KIT2DEMO.EXE
  57.  
  58. Type "KIT2DEMO" and press "ENTER" to start the program.  A menu
  59. will appear.  The words "TURBO TPU TOOLKIT!" (TM) should blink in
  60. red (color may vary on some monitors).  You will see the following
  61. options:
  62.  
  63.           A. Option 1 - Add Two Matrices
  64.           B. Option 2 - Multiply Two Matrices
  65.           C. Option 3 - Transpose a Matrix
  66.           D. Option T - Turbo Tpu Toolkit! Instructions
  67.           E. Option Q - Quit the program
  68.  
  69. Press the number or letter WITHOUT PRESSING THE <ENTER> KEY!
  70. &
  71. OPERATION - cont.
  72.  
  73. A. Add Two Matrices
  74.  
  75.    Adds two matrices with dimensions of your choice.  The solution
  76.    is displayed from a third matrix.
  77.  
  78. B. Multiply Two Matrices
  79.  
  80.    Multiplies two matrices with dimensions of your choice.  The   
  81.    solution is displayed from a third matrix.
  82.  
  83.  
  84. C. Transpose a Matrix
  85.  
  86.    Takes the components of a matrix and returns them in their     
  87.    transposed positions and determines if the transposed matrix is 
  88.    symmetrical with the original matrix.
  89.  
  90. &
  91. OPERATION - cont.
  92.  
  93. K. Turbo Tpu Toolkit! Kit #2 Instructions
  94.  
  95.    This file.
  96.  
  97. L. Quit the KIT2DEMO program
  98.  
  99.    Quit this program and return to your operating system.
  100. &
  101. INCLUDED FILES
  102.  
  103. The following files are included in TURBO TPU TOOLKIT! Kit #2:
  104.  
  105. KIT2DEMO.EXE   The TURBO TPU TOOLKIT! Kit #2 demonstration program.
  106. INSTALL.EXE    The installation program.
  107. MTOOL2.DOC     Instructions and registration information.
  108. README.DOC     Instructions on installation and startup.
  109. REGISTER.DOC   Ready to print registration form.
  110.  
  111. KIT2DEMO.EXE AND MTOOL2.DOC MUST BE IN THE SAME DIRECTORY TO RUN
  112. PROPERLY.  THE TPU FILES MUST RESIDE IN A DIRECTORY OR A PATH THAT
  113. TURBO PASCAL CAN FIND THEM.
  114. &
  115. REGISTRATION
  116.  
  117. TURBO TPU TOOLKIT! (TM) Kit #2 Version 1.00 is $50.00.  This will
  118. get you the latest version of KIT2DEMO.EXE, MTOOL2.TPU and a
  119. printed manual for all the functions MTOOL2.TPU provides.  See the
  120. file "REGISTER.DOC" for all the items available.  Print the file
  121. "REGISTER.DOC" and fill it out to order the material you want. 
  122. Updates will be announced as soon as they are ready.
  123. &
  124. REGISTRATION - cont.
  125.  
  126. The Installation Source with VERY well commented source code is
  127. $50.
  128.  
  129. Please include $5 for shipping/handling along with the payment
  130. for whatever items you order.  Outside the continental United
  131. States please include $10 for shipping/handling.  (If source code
  132. is ordered, add $5 shipping/handling)
  133.  
  134. SHAREWARE DEALERS - PLEASE REGISTER SO I CAN KEEP YOU UP TO DATE!
  135. &
  136. REFERENCES
  137.  
  138. 1. Handbook of Mathematical Functions With Formulas, Graphs and   
  139.    Mathematical Tables - U.S. Department of Commerce, Tenth       
  140.    Printing, December 1972.
  141.  
  142. 2. Perry's Chemical Engineering Handbook 6th edition.
  143.  
  144. 3. Elementary Numerical Analysis.
  145.  
  146. 4. The Random House College Dictionary revised edition.
  147.  
  148. 5. Elementary Linear Algebra.
  149. &
  150. DEFINITION OF SHAREWARE - (YES! It really works)
  151.  
  152.  
  153.               ┌─────────┐
  154.         ┌─────┴───┐     │              (R)
  155.       ──│         │o    │──────────────────
  156.         │   ┌─────┴╨──┐ │  Association of
  157.         │   │         │─┘  Shareware
  158.         └───│    o    │    Professionals
  159.       ──────│    ║    │────────────────────
  160.             └────╨────┘    MEMBER
  161.  
  162. Shareware distribution gives users a chance to try software
  163. before buying it. If you try a Shareware program and continue
  164. using it, you are expected to register. Individual programs
  165. differ on details -- some request registration while others
  166. require it, some specify a maximum trial period. With
  167. registration, you get anything from the simple right to continue
  168. using the software to an updated program with printed manual.
  169. &
  170. DEFINITION OF SHAREWARE - cont.
  171.  
  172. Copyright laws apply to both Shareware and commercial software,
  173. and the copyright holder retains all rights, with a few specific
  174. exceptions as stated below. Shareware authors are accomplished
  175. programmers, just like commercial authors, and the programs are
  176. of comparable quality. (In both cases, there are good programs
  177. and bad ones!) The main difference is in the method of
  178. distribution. The author specifically grants the right to copy
  179. and distribute the software, either to all and sundry or to a
  180. specific group. For example, some authors require written
  181. permission before a commercial disk vendor may copy their
  182. Shareware.
  183. &
  184. DEFINITION OF SHAREWARE - cont.
  185.  
  186. Shareware is a distribution method, not a type of software. You
  187. should find software that suits your needs and pocketbook,
  188. whether it's commercial or Shareware. The Shareware system makes
  189. fitting your needs easier, because you can try before you buy.
  190. And because the overhead is low, prices are low also. Shareware
  191. has the ultimate money-back guarantee -- if you don't use the
  192. product, you don't pay for it.
  193. &
  194. DEFINITION OF SHAREWARE - cont.
  195.  
  196. TURBO TPU TOOLKIT! Kit #2 is a "shareware program" and is provided
  197. at no charge to the user for evaluation.  Feel free to share it
  198. with your friends, but please do not give it away altered or as
  199. part of another system.  The essence of "user-supported" software
  200. is to provide personal computer users with quality software without
  201. high prices, and yet to provide incentive for programmers to
  202. continue to develop new products.  If you find this program
  203. useful and find that you are using TURBO TPU TOOLKIT! Kit #2 and
  204. continue to use TURBO TPU TOOLKIT! Kit #2 after a reasonable trial
  205. period, you must make a registration payment of $50.00 to LONE WOLF
  206. ENTERPRISES.  The $50.00 registration fee will license one copy for
  207. use on any one computer at any one time.  You must treat this
  208. software just like a book.  An example is that this software may be
  209. used by any number of people and may be freely moved from one
  210. computer location to another, so long as there is no possibility of
  211. it being used at one location while it's being used at another.
  212. Just as a book cannot be read by two different persons at the
  213. same time.
  214. &
  215. DEFINITION OF SHAREWARE - cont.
  216.  
  217. Commercial users of TURBO TPU TOOLKIT! Kit #2 must register and pay
  218. for their copies of TURBO TPU TOOLKIT! Kit #2 within 30 days of
  219. first use or their license is withdrawn.  Site-License arrangements
  220. may be made by contacting LONE WOLF ENTERPRISES.
  221.  
  222. Anyone distributing TURBO TPU TOOLKIT! Kit #2 for any kind of
  223. remuneration must first contact LONE WOLF ENTERPRISES at the
  224. address below for authorization.  This authorization will be
  225. automatically granted to distributors recognized by the (ASP) as
  226. adhering to its guidelines for shareware distributors, and such
  227. distributors may begin offering TURBO TPU TOOLKIT! Kit #2
  228. immediately (However LONE WOLF ENTERPRISES must still be advised so
  229. that the distributor can be kept up-to-date with the latest version
  230. of TURBO TPU TOOLKIT! Kit #2.).
  231.  
  232. You are encouraged to pass a copy of TURBO TPU TOOLKIT! Kit #2
  233. along to your friends for evaluation.  Please encourage them to
  234. register their copy if they find that they can use it.  All
  235. registered users will receive a copy of the latest version of the
  236. TURBO TPU TOOLKIT! Kit #2 system.
  237. &
  238. DISCLAIMER - AGREEMENT
  239.  
  240. Users of TURBO TPU TOOLKIT! Kit #2 must accept this disclaimer of
  241. warranty: "TURBO TPU TOOLKIT!" Kit #2 is supplied as is.  The
  242. author disclaims all warranties, expressed or implied, including,
  243. without limitation, the warranties of merchantability and of
  244. fitness for any purpose. The author assumes no liability for
  245. damages, direct or consequential, which may result from the use of
  246. TURBO TPU TOOLKIT! Kit #2."
  247. &
  248. SOFTWARE SUPPORT
  249.  
  250. All versions of TURBO TPU TOOLKIT! Kit #2 will have guaranteed
  251. support for six (6) months from the registration date (this date
  252. will be listed on your manual).  You may contact me at your choice
  253. of the following:
  254.  
  255.      LONE WOLF ENTERPRISES
  256.      1507 E. 53rd Street
  257.      Chicago, IL  60615
  258.      Compuserve - 73353,121
  259.  
  260. &
  261. OMBUDSMAN STATEMENT
  262.  
  263. Mr. J. A. Jackson is a member of the Association of Shareware
  264. Professionals (ASP).  ASP wants to make sure that the shareware
  265. principle works for you. If you are unable to resolve a shareware-
  266. related problem with an ASP member by contacting the member
  267. directly, ASP may be able to help. The ASP Ombudsman can help you
  268. resolve a dispute or problem with an ASP member, but does not
  269. provide technical support for members' products.  Please write to
  270. the ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442-9427 USA,
  271. FAX 616-788-2765 or send a CompuServe message via CompuServe
  272. Mail to ASP Ombudsman 70007,3536.
  273. &