home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / fortran / 4946 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!mailer.cc.fsu.edu!sun13!ds8.scri.fsu.edu!jac
  2. From: jac@ds8.scri.fsu.edu (Jim Carr)
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: inverse matrix
  5. Message-ID: <11658@sun13.scri.fsu.edu>
  6. Date: 8 Jan 93 19:35:13 GMT
  7. References: <C0I49C.Jrr@athena.cs.uga.edu> <1993Jan8.100315.5851@edf.fr> <1993Jan8.134612.18468@news.unige.ch>
  8. Sender: news@sun13.scri.fsu.edu
  9. Reply-To: jac@ds8.scri.fsu.edu (Jim Carr)
  10. Organization: SCRI, Florida State University
  11. Lines: 16
  12.  
  13. In article <1993Jan8.134612.18468@news.unige.ch> pfennige@scsun.unige.ch (PFENNIGER Daniel) writes:
  14. >
  15. >Is it true that a Fortran-90 programme inverting matrix A would be:
  16. >      B = 1./A
  17.  
  18. No.  You must be thinking that f90 will emulate APL in all of its "glory". 
  19. In APL, the line 
  20.                    B (leftarrow) 1/A 
  21.  
  22. would give you the inverse of A.  
  23.  
  24. --
  25. J. A. Carr                                    |  "The New Frontier of which I  
  26. jac@gw.scri.fsu.edu                           |  speak is not a set of promises
  27. Florida State University  B-186               |  -- it is a set of challenges."
  28. Supercomputer Computations Research Institute |   John F. Kennedy (15 July 60)
  29.