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

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!chx400!news.unige.ch!scsun.unige.ch!pfennige
  3. From: pfennige@scsun.unige.ch (PFENNIGER Daniel)
  4. Subject: Re: inverse matrix
  5. Message-ID: <1993Jan8.171438.19985@news.unige.ch>
  6. Sender: usenet@news.unige.ch
  7. Organization: University of Geneva, Switzerland
  8. References:  <C0I49C.Jrr@athena.cs.uga.edu> <1993Jan8.100315.5851@edf.fr> <1993Jan8.134612.18468@news.unige.ch>
  9. Date: Fri, 8 Jan 1993 17:14:38 GMT
  10. Lines: 22
  11.  
  12. In article <1993Jan8.134612.18468@news.unige.ch>, pfennige@scsun.unige.ch (PFENNIGER Daniel) writes:
  13. > In article <C0I49C.Jrr@athena.cs.uga.edu>, DEANRE@bscf.uga.edu (ROBIN DEAN) writes:
  14. >  |>       Does anyone know of a "good" fortran program for inverting matrices?
  15. >  |> I was looking for a program to use on either a PC or mainframe.  Any help
  16. >  |> would be very much appeciated.
  17. >  |> 
  18. >  |>                                         Thanks
  19. >  |> 
  20. >  |>                                         Rob
  21. >  |> 
  22. >  |> DEANRE@bscf.uga.edu
  23. > Is it true that a Fortran-90 programme inverting matrix A would be:
  24. >       B = 1./A
  25. > ?
  26. >     Daniel 
  27.  
  28. Sorry I wanted to code
  29.  
  30.         B = A**(-1)
  31.         
  32.         Daniel
  33.