home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.fortran
- Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!chx400!news.unige.ch!scsun.unige.ch!pfennige
- From: pfennige@scsun.unige.ch (PFENNIGER Daniel)
- Subject: Re: inverse matrix
- Message-ID: <1993Jan8.171438.19985@news.unige.ch>
- Sender: usenet@news.unige.ch
- Organization: University of Geneva, Switzerland
- References: <C0I49C.Jrr@athena.cs.uga.edu> <1993Jan8.100315.5851@edf.fr> <1993Jan8.134612.18468@news.unige.ch>
- Date: Fri, 8 Jan 1993 17:14:38 GMT
- Lines: 22
-
- In article <1993Jan8.134612.18468@news.unige.ch>, pfennige@scsun.unige.ch (PFENNIGER Daniel) writes:
- > In article <C0I49C.Jrr@athena.cs.uga.edu>, DEANRE@bscf.uga.edu (ROBIN DEAN) writes:
- > |> Does anyone know of a "good" fortran program for inverting matrices?
- > |> I was looking for a program to use on either a PC or mainframe. Any help
- > |> would be very much appeciated.
- > |>
- > |> Thanks
- > |>
- > |> Rob
- > |>
- > |> DEANRE@bscf.uga.edu
- >
- > Is it true that a Fortran-90 programme inverting matrix A would be:
- > B = 1./A
- > ?
- > Daniel
-
- Sorry I wanted to code
-
- B = A**(-1)
-
- Daniel
-