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

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!mustang.mst6.lanl.gov!nntp-server.caltech.edu!draco.macsch.com!convex.is.macsch.com!dnl
  3. From: dnl@convex.is.macsch.com (David Lombard)
  4. Subject: Re: inverse matrix
  5. Message-ID: <1993Jan9.002126.2883@draco.macsch.com>
  6. Sender: usenet@draco.macsch.com (Usenet Poster)
  7. Organization: MacNeal-Schwendler Corp.
  8. References: <C0I49C.Jrr@athena.cs.uga.edu> <1993Jan8.100315.5851@edf.fr> <1993Jan8.134612.18468@news.unige.ch>
  9. Date: Sat, 9 Jan 93 00:21:26 GMT
  10. Lines: 17
  11.  
  12. In article <1993Jan8.134612.18468@news.unige.ch> pfennige@scsun.unige.ch (PFENNIGER Daniel) writes:
  13. >
  14. >Is it true that a Fortran-90 programme inverting matrix A would be:
  15. >      B = 1./A
  16.  
  17. I _think_ that will produce a term-by-term inversion of array A into B. 
  18. i.e. B(i,j) = 1./A(i,j)
  19.  
  20.  
  21. Regards,
  22. DNL
  23.  
  24.                  MY_COMMENTS = MY_OPINIONS = NOBODY_ELSES;
  25.  
  26. David N. Lombard    The first thing we do,         The MacNeal-Schwendler Corp
  27. dnl@macsch.com      Let's kill all the lawyers.    815 Colorado Blvd
  28. (213) 259-4911      II Henry VI, IV.ii             Los Angeles, CA  90041
  29.