home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / edu / 1405 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.8 KB

  1. Xref: sparky comp.edu:1405 comp.lang.misc:2802
  2. Path: sparky!uunet!wupost!sdd.hp.com!cs.utexas.edu!sun-barr!ames!agate!dog.ee.lbl.gov!network.ucsd.edu!lyapunov.ucsd.edu!mbk
  3. From: mbk@lyapunov.ucsd.edu (Matt Kennel)
  4. Newsgroups: comp.edu,comp.lang.misc
  5. Subject: Re: Scientists as Programmers (was Re: Small Language Wanted)
  6. Date: 29 Aug 1992 06:46:11 GMT
  7. Organization: Institute For Nonlinear Science, UCSD
  8. Lines: 36
  9. Message-ID: <17n6fjINNhvt@network.ucsd.edu>
  10. References: <BEVAN.92Aug28195448@tiger.cs.man.ac.uk>
  11. NNTP-Posting-Host: lyapunov.ucsd.edu
  12. X-Newsreader: Tin 1.1 PL3
  13.  
  14. bevan@cs.man.ac.uk (Stephen J Bevan) writes:
  15. : In article <BtpAIn.EE5@mentor.cc.purdue.edu> hrubin@pop.stat.purdue.edu (Herman Rubin) writes:
  16. :    Handling the syntax problem alone would make for great improvement,
  17. :    but I see nothing in this direction, and have asked for software to do
  18. :    this single job.
  19. : And many have asked you for a decent specification of what you want.
  20. : If you can't tell us what you want, there is not much chance of us
  21. : coding it is there?  So come on Herman, play the game, tell us
  22. : what you want so we can finally be rid of this old chestnut.
  23.  
  24. I have no idea what Mr Rubin really wants but here are a couple of 
  25. easy ones of the top of my head:
  26.  
  27. result1, result2 <-  function_that_returns_two_values (NOT a structured type);
  28. E.g:
  29.  
  30.  P, D, Q <- singular_value_decomposition(A);
  31.  
  32. Array index notation:
  33.  
  34. for all i <= j: a(i,j) <- sum over (k) ( b(i,k)*c(j,N,k) )
  35.  
  36. (Thank god for Connection Machines)
  37.  
  38. I won't bore you with the obvious complex numbers, exponentiation, etc.
  39.  
  40. : bevan
  41.  
  42.  
  43. --
  44. -Matt Kennel          mbk@inls1.ucsd.edu
  45. -Institute for Nonlinear Science, University of California, San Diego
  46. -*** AD: Archive for nonlinear dynamics papers & programs: FTP to
  47. -***     lyapunov.ucsd.edu, username "anonymous".
  48.