home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / calculus / mathpadf / readme < prev    next >
Encoding:
Text File  |  1995-05-08  |  3.5 KB  |  51 lines

  1.  
  2. --                    MathPad 2.3
  3.  
  4. -- MathPad is a general purpose graphing scientific calculator. It uses text input rather than simulating buttons on a hand held calculator. This live scratchpad interface allows you to see and edit your entire calculation.
  5.  
  6. ------------------ Installation -----------------------
  7. -- MathPad runs on a Mac Plus or higher with system 6 or system 7.
  8. -- The application file may be installed wherever is convenient. It does not require or create any auxiliary files. It may be handy to create a separate folder for MathPad if you want to use include files or XFun files.
  9. -- The distributed MathPad application has its memory size set at 200K. If you are cramped for memory or if you use MathPad for heavy duty calculations you may want to use the Finder's Get Info... box to change MathPad's memory size.
  10. --   150K  if you never use large files, image, read() or write().
  11. --   170K  if you use advanced features.
  12. --   200K  if you use advanced features, large files and large arrays.
  13. --  >200K  if you run out of memory when set at 200K. Huge arrays?
  14.  
  15. ----------- Upgrading to version 2.3 ----------------
  16. -- Existing documents should work fine with version 2.3. See the file "What's New" for a details on how to use the new features.
  17. -- A minor change in the label coordinate system means that old documents with saved plot labels may need to have the label locations adjusted.
  18. -- Since atan2() is now built in, any existing files with definitions for atan2() will have to have those definitions removed.
  19. -- Arrays used in assignment statements must have uniform dimensions.
  20.  
  21. ----------------- Using MathPad --------------------
  22. -- MathPad may be used as a calculator simply by typing in numbers and operators. When the ENTER key is hit, each line is evaluated and the results are inserted into the text.
  23.  
  24.    2*(3+4):14.000
  25.  
  26. -- MathPad inserts the ":" and the result "14.0". A status line at the bottom of the window will show a "√" to indicate that evaluation is complete. If any problems are encountered, they will be reported in the status line and the cursor will be moved to the problem in the text. You can edit and re-evaluate the text at any time. The RETURN key simply terminates a line. It does not cause any evaluation. The ENTER key is on the numeric keypad (or next to the space bar on powerbook keyboards).
  27.  
  28. -- MathPad can do much more than act as a simple calculator. The built-in help file (choose Help general from the File menu) gives some examples of more advanced features.
  29.  
  30. --The file "MathPad.doc" describes the full capabilities of MathPad mainly by giving short examples.
  31.  
  32. -- The "Examples" folder contains some longer examples and utility functions. These examples show how to implement such things as equation solving, curve fitting, vector calculations and numerical solutions of differential equations.
  33.  
  34. -- The files "Plotting", "Images", "Datafiles" and "Programming" give some extra detail on these subjects.
  35.  
  36.  
  37.  
  38. -------------- Distribution -------------------
  39. -- MathPad is Copyright 1993-1995 by Mark Widholm . It is free for non-commercial distribution. Selling it for profit without my permission is forbidden.
  40.  
  41. -- If you use MathPad, send me some e-mail. I can notify you of any bugs, updates etc.
  42.  
  43. -- Send comments, questions, suggestions and bug reports to:
  44.  
  45. --       Mark.Widholm@UNH.edu
  46.  
  47. -- Let me know if you are interested in seeing more examples or if you have a MathPad example that others might be interested in seeing.
  48.  
  49. -- Check out the MathPad web page http://pubpages.unh.edu/~whd/MathPad for more examples and XFuns.
  50.  
  51.