home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Mathematics / Notebooks / COSY_PAK / README2 < prev   
Text File  |  1992-06-03  |  2KB  |  40 lines

  1. ***************************************************************
  2.  
  3.                  General Words of Wisdom 
  4.                          from 
  5.          Brian Evans'Signal Processing Packages 
  6.     :Copyright: Copyright 1989-1991 by Brian L. Evans, 
  7.             Georgia Tech Research Corporation.
  8.  
  9. ***************************************************************
  10.  
  11. --> Macintosh Users
  12.  
  13.         Please let Mathematica allocate as much memory as possible.
  14. Conventional wisdom says  8Mb is adequate.  You can check the value  
  15. by  clicking  once on the Mathematica icon and select the Get Info 
  16. option from the Finder's File menu.  It is the number that appears 
  17. in the lower left-hand corner of the info window.
  18.  
  19. --> Warning
  20.  
  21.     A warning about opening some Notebooks under Mathematica 2.0. 
  22. The new version  of  Mathematica  changes  the  storage of PostScript
  23. graphics. PostScript graphics are now stored WITH the 20 kb header that
  24. was "assumed" to be there under Mathematica 1.2.  When you open a 1.2
  25. Notebook under 2.0, Mathematica will prepend this  20 kb  to each
  26. PostScript graphic and render the graphic.  Therefore,  those 
  27. Notebooks  containing  many graphics cells will take  a  long  time to
  28. open under Mathematica 2.0.  It also means that Notebooks will grow in
  29. size.   Some of the signal processing Notebooks will quadruple in size,
  30. thus overwhelming the machine.
  31.  
  32.  
  33. --> Suggestion
  34.  
  35.         Please, please, use lower  case  one-letter  symbols as
  36. variables and do not  assign values to them.  This includes variables
  37. like n, t, x, and y, as well as t1, t2, etc.   Use  one-letter  upper
  38. case variables to represent constants (A, G,...), although Mathematica
  39. reserves I and N and we reserve L and Z.
  40.