home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / math / matlab / copyrigh next >
Text File  |  1992-01-31  |  5KB  |  117 lines

  1. Path: uni-koeln2!uni-koeln!unido!mcsun!uunet!olivea!samsung!caen!ox.com!emv
  2. From: trh@ukc.ac.uk (T.R.Hopkins)
  3. Newsgroups: comp.archives
  4. Subject: [sci.math] Re: PC MatLab
  5. Message-ID: <1991Feb2.034747.18116@ox.com>
  6. Date: 2 Feb 91 03:47:47 GMT
  7. References: <27A4D356.30CB@ibma0.cs.uiuc.edu> <228@beech.ukc.ac.uk>
  8. Sender: emv@ox.com (Edward Vielmetti)
  9. Reply-To: trh@ukc.ac.uk (T.R.Hopkins)
  10. Followup-To: sci.math
  11. Organization: Computing Lab, University of Kent at Canterbury, UK.
  12. Lines: 101
  13. Approved: emv@ox.com (Edward Vielmetti)
  14. X-Original-Newsgroups: sci.math
  15.  
  16. Archive-name: math/matlab/pd-matlab/1991-01-31
  17. Original-posting-by: trh@ukc.ac.uk (T.R.Hopkins)
  18. Original-subject: Re: PC MatLab
  19. Reposted-by: emv@ox.com (Edward Vielmetti)
  20.  
  21. In article <27A4D356.30CB@ibma0.cs.uiuc.edu> dollins@cs.uiuc.edu (Steven Dollins) writes:
  22. >
  23. >    I'm looking for a public domain MatLab for the PC.  Someone
  24. >a while ago said they knew of three of them.  What is the difference
  25. >between these packages?  (Is any of them better than the others?)
  26. >Where could I find them via ftp?  Thanks for any help.
  27. >
  28. >                Steven Dollins
  29. >                dollins@cs.uiuc.edu
  30.  
  31. I think this rates as a FAQ -- so here is the definitive answer from the
  32. original author of matlab taken from the latest matlab digest.
  33.  
  34. Tim
  35. --------------------------------------------------------------
  36. >From mathworks!moler@apple.com Thu Sep 20 14:55:21 1990
  37. Subject: "Public Domain" MATLAB
  38.  
  39.               Is There a "Public Domain" MATLAB?
  40.  
  41. From time to time, I see references to, or get requests for, the
  42. "public domain" version of MATLAB.  I am the original author of
  43. MATLAB, and one of the founders of The MathWorks.  I would like
  44. to explain how I regard "public domain" MATLAB.
  45.  
  46. There are two versions of MATLAB.  I wrote the first, which we now
  47. refer to as "classic" MATLAB, over the period from 1977 to 1984,
  48. while I was on the faculty at the University of New Mexico.  It is 
  49. an interactive matrix laboratory, written in Fortran, which uses
  50. some of the subroutines from LINPACK and EISPACK.  I distributed
  51. a few hundred copies of the source code, usually charging a
  52. small service charge, and including a letter requesting that the
  53. code not be redistributed.  I never used the term "public domain".
  54.  
  55. The second version, written in C by Steve Bangert and John Little,
  56. is the basis for a family of products from The MathWorks, Inc.,
  57. a company which Bangert, Little and I founded in 1985.  These
  58. products are called PC-MATLAB, Mac-MATLAB, Pro-MATLAB, etc.
  59.  
  60. I obviously recommend that anyone interested in using MATLAB
  61. acquire the MathWorks version appropriate for his or her machine.
  62. In addition to my commercial interest, I believe the MathWorks
  63. versions are preferable scientifically, educationally, and, in the
  64. long run, economically.  The MathWorks versions:
  65.  
  66.      * Are faster in execution,
  67.      * Have much better storage management,
  68.      * Include powerful graphics,
  69.      * Are extensible and programmable,
  70.      * Can be expanded with sophisticated "toolboxes",
  71.      * Are supported by scientific software professionals.
  72.     
  73. The only feature of classic MATLAB that is not present in modern
  74. MATLAB is the "chop" function which allows the simulation of
  75. shorter precision arithmetic.  It is an interesting curiosity,
  76. but it is no substitute for roundoff error analysis and it makes
  77. execution very slow, even when it isn't used.
  78.  
  79. I know of several serious bugs in classic MATLAB, particularly
  80. in logical and looping operations, but I don't intend to fix them.
  81. In fact, there have been no fixes made to the code since about 1982.
  82. I stopped distributing any copies myself 4 or 5 years ago.
  83.  
  84. The number of computers for which MathWorks MATLAB is not available
  85. is declining as old machines are retired and new machine versions
  86. are announced.
  87.  
  88. A few other commercial systems, for example SCT's CTRL-C,
  89. are based on classic MATLAB.  That's OK.  CTRL-C, was done with
  90. my permission and it helped establish MATLAB in control and
  91. systems engineering.  Now the company is a worthy competitor.
  92.  
  93. I realize that classic MATLAB is available on a few bulletin boards
  94. and through some "freeware" services.  In some cases, unauthorized
  95. statements about public domain software are included.   I have
  96. regarded this as a mixed blessing.  It certainly gives the MATLAB
  97. approach to computing valuable exposure, but I am afraid that some
  98. users of classic MATLAB do not realize how inferior it is to the
  99. MathWorks products.
  100.  
  101. In summary, here is my position:
  102.  
  103.      * There is no such thing as "public domain" MATLAB.
  104.  
  105.      * I no longer distribute "classic" MATLAB.
  106.  
  107.      * The code and documentation of classic MATLAB cannot
  108.        be used for commercial purposes without my permission.
  109.  
  110.      * I would appreciate it if anybody making a copy of
  111.        classic MATLAB for personal or educational use
  112.        would include this statement with it.
  113.  
  114.    -- Cleve Moler
  115.       moler@mathworks.com, or,
  116.       na.moler@na-net.stanford.edu
  117.