home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / fortran / 4954 < prev    next >
Encoding:
Text File  |  1993-01-08  |  968 b   |  24 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!news.UVic.CA!sol.UVic.CA!klassen
  3. From: klassen@sol.UVic.CA (Melvin Klassen)
  4. Subject: Re: inverse matrix (the APL way)
  5. Message-ID: <1993Jan9.014249.29095@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sol.uvic.ca
  8. Organization: University of Victoria, Victoria, B.C. CANADA
  9. References: <1993Jan8.134612.18468@news.unige.ch> <11658@sun13.scri.fsu.edu>
  10. Date: Sat, 9 Jan 93 01:42:49 GMT
  11. Lines: 11
  12.  
  13. In article <11658@sun13.scri.fsu.edu> jac@ds8.scri.fsu.edu (Jim Carr) writes:
  14. >You must be thinking that f90 will emulate APL in all of its "glory". 
  15. >In APL, the line 
  16. >                   B (leftarrow) 1/A 
  17. >would give you the inverse of A.  
  18.  
  19. Well, if that's true, then what does the line:
  20.                B (left-arrow) (quad-overstrike-divide) A
  21. do, and what would the line:
  22.                (quad) (left-arrow) 1 / 1 2 4 8
  23. do, since the RHS of the "/" operator is a non-square matrix?  
  24.