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