Message from discussion
Numerical algorithm books
Path: g2news2.google.com!postnews.google.com!22g2000prx.googlegroups.com!not-for-mail
From: sturlamolden <sturlamol...@yahoo.no>
Newsgroups: comp.lang.fortran,sci.math.num-analysis
Subject: Re: Numerical algorithm books
Date: Thu, 24 Feb 2011 08:48:00 -0800 (PST)
Organization: http://groups.google.com
Lines: 20
Message-ID: <d087489c-7c40-45ac-ac4a-b2c6bb7e6a21@22g2000prx.googlegroups.com>
References: <ik5mr3$6eg$1@gosset.csi.cam.ac.uk>
NNTP-Posting-Host: 193.157.206.30
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1298566080 29870 127.0.0.1 (24 Feb 2011 16:48:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 24 Feb 2011 16:48:00 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 22g2000prx.googlegroups.com; posting-host=193.157.206.30; posting-account=jLVA4AoAAACnFl2D2gz1qNYFxA8AUnMb
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nb-NO; rv:1.9.1.16)
Gecko/20101130 Firefox/3.5.16,gzip(gfe)
On 24 Feb, 14:35, n...@cam.ac.uk wrote:
> This question has been asked before, but I have been asked yet again
> to recommend reliable books on high-quality, modern algorithms for
> numerical tasks. =A0Ideally, fairly general ones, but ones for specific
> fields would also be useful. =A0
I can recommend
Goloub & van Loan (1996) Matrix Computations.
Johns Hopkins University Press.
for anything that deals with linear algebra.
Algorithms from pseudo-code can easily be implemented in Fortran 95.
It has references to LAPACK and BLAS routines, and some material on
MPI-style parallel algorithms.
Sturla