home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / mathwiz.zip / BIBLIO.TXT next >
Text File  |  1991-01-07  |  893b  |  18 lines

  1. This constitutes a bibliography of some of the references used in creating
  2. the MATHWIZ library.  They are listed in no particular order.  Comments
  3. reflect my personal opinions on the text.
  4.  
  5.  
  6.  
  7. "How to Solve it by Computer".  1982, by R.G. Dromey, Prentice-Hall Inc.
  8. -- A fantastic book covering a little of everything: data structures,
  9.    sorting, pseudo-random numbers, and various numeric calculations.
  10.    Examples are frequently given in Pascal.  Very nice.
  11.  
  12. "Numerical Analysis with the TI99/4A, Commodore 64, Apple II+/IIe and TRS-80
  13.  Model I/III".  1984, by H.R. Meck, Prentice-Hall Inc.
  14. -- A promising but irritating reference.  It covers a wide range of numerical
  15.    equations with implementations in BASIC.  However, the text is terse, the
  16.    BASIC code is ugly, and the examples make assumptions about the available
  17.    precision rather than relying on an error term.
  18.