Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Numerical algorithm books
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  19 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
n...@cam.ac.uk  
View profile  
 More options Feb 24 2011, 8:35 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: n...@cam.ac.uk
Date: Thu, 24 Feb 2011 13:35:31 +0000 (GMT)
Local: Thurs, Feb 24 2011 8:35 am
Subject: Numerical algorithm books

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.  Ideally, fairly general ones, but ones for specific
fields would also be useful.  They should also be implementable in
Fortran - i.e. should NOT require dynamic compilation, no type
checking and other such aberrations.

By "reliable, high-quality, modern", I mean an order of magnitude
better than Numerical Recipes, of course.

Any suggestions appreciated, but I am not optimistic :-(

Regards,
Nick Maclaren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gmail-unlp  
View profile  
 More options Feb 24 2011, 10:13 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: gmail-unlp <ftine...@gmail.com>
Date: Thu, 24 Feb 2011 07:13:52 -0800 (PST)
Local: Thurs, Feb 24 2011 10:13 am
Subject: Re: Numerical algorithm books
On Feb 24, 10:35 am, 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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  They should also be implementable in
> Fortran - i.e. should NOT require dynamic compilation, no type
> checking and other such aberrations.

> By "reliable, high-quality, modern", I mean an order of magnitude
> better than Numerical Recipes, of course.

> Any suggestions appreciated, but I am not optimistic :-(

> Regards,
> Nick Maclaren.

I'm curious...

What do you think are the books containing
a) reliable
b) reliable, high-quality
c) reliable, high-quality, modern
algorithms for numerical tasks?

I'm not trying to bother you, I'm really curious.

Thanks in advance,

Fernando.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
n...@cam.ac.uk  
View profile  
 More options Feb 24 2011, 9:54 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: n...@cam.ac.uk
Date: Thu, 24 Feb 2011 14:54:39 +0000 (GMT)
Local: Thurs, Feb 24 2011 9:54 am
Subject: Re: Numerical algorithm books
In article <fce59157-bf4d-4b7c-b31a-5ca174d5e...@u24g2000prn.googlegroups.com>,

gmail-unlp  <ftine...@gmail.com> wrote:

>I'm curious...

>What do you think are the books containing
>a) reliable
>b) reliable, high-quality
>c) reliable, high-quality, modern
>algorithms for numerical tasks?

>I'm not trying to bother you, I'm really curious.

There are a fair number of those that hit the first two: one classic
is Wilkinson and Reinsch "The Algebraic Eigenvalue Problem".
Or even Acton "Numerical Methods that Work".

Regards,
Nick Maclaren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Hobbs  
View profile  
 More options Feb 24 2011, 10:48 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: Phil Hobbs <pcdhSpamMeSensel...@electrooptical.net>
Date: Thu, 24 Feb 2011 10:48:44 -0500
Local: Thurs, Feb 24 2011 10:48 am
Subject: Re: Numerical algorithm books

I love Acton, but he's hardly got half a dozen algorithms in the whole
book!  It's much more of a lore book than an algorithm book.

Cheers

Phil Hobbs

--
Dr Philip C D Hobbs
Principal
ElectroOptical Innovations
55 Orchard Rd
Briarcliff Manor NY 10510
845-480-2058

email: hobbs (atsign) electrooptical (period) net
http://electrooptical.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gmail-unlp  
View profile  
 More options Feb 24 2011, 11:16 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: gmail-unlp <ftine...@gmail.com>
Date: Thu, 24 Feb 2011 08:16:54 -0800 (PST)
Local: Thurs, Feb 24 2011 11:16 am
Subject: Re: Numerical algorithm books
On Feb 24, 11:54 am, n...@cam.ac.uk wrote:

Thanks. I use "Matrix Computations" by Golub and van Loan as a
reference in linear algebra, it includes symmetric and unsymmetric
Eigenvalue problems.

Fernando.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sturlamolden  
View profile  
 More options Feb 24 2011, 11:48 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: sturlamolden <sturlamol...@yahoo.no>
Date: Thu, 24 Feb 2011 08:48:00 -0800 (PST)
Subject: Re: Numerical algorithm books
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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
steve  
View profile  
 More options Feb 24 2011, 11:49 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: steve <kar...@comcast.net>
Date: Thu, 24 Feb 2011 08:49:07 -0800 (PST)
Local: Thurs, Feb 24 2011 11:49 am
Subject: Re: Numerical algorithm books
On Feb 24, 5:35 am, 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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  They should also be implementable in
> Fortran - i.e. should NOT require dynamic compilation, no type
> checking and other such aberrations.

> By "reliable, high-quality, modern", I mean an order of magnitude
> better than Numerical Recipes, of course.

> Any suggestions appreciated, but I am not optimistic :-(

I would recommend "Introduction to Numerical Analysis" by
F.B. Hildebrand.  The only caveat is that there is not an
ort of "computer code" in the book. It contains just math
and algorithms.

--
steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
aruzinsky  
View profile  
 More options Feb 24 2011, 12:01 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: aruzinsky <aruzin...@general-cathexis.com>
Date: Thu, 24 Feb 2011 09:01:01 -0800 (PST)
Local: Thurs, Feb 24 2011 12:01 pm
Subject: Re: Numerical algorithm books
The Collected Algorithms of ACM was available in book volumes, some
with and some without microfiche, and most algorithms were in
Fortran.  I am unaware of the current availability in book form but I
see that some algorithms are downloadable at http://calgo.acm.org/ .

On Feb 24, 7:35 am, n...@cam.ac.uk wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
aruzinsky  
View profile  
 More options Feb 24 2011, 12:20 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: aruzinsky <aruzin...@general-cathexis.com>
Date: Thu, 24 Feb 2011 09:20:36 -0800 (PST)
Local: Thurs, Feb 24 2011 12:20 pm
Subject: Re: Numerical algorithm books
Correction:

Collected Algorithms From ACM

On Feb 24, 11:01 am, aruzinsky <aruzin...@general-cathexis.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Maine  
View profile  
 More options Feb 24 2011, 12:26 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: nos...@see.signature (Richard Maine)
Date: Thu, 24 Feb 2011 09:26:47 -0800
Local: Thurs, Feb 24 2011 12:26 pm
Subject: Re: Numerical algorithm books

I was going to mention Acton until I scanned the replies and saw this
mention already made.

Of course, you left out the part of the title that is hard to cite well
in a purely textual form: the "usually" that is highlighted on the cover
by the embossing of slected letters in the rest of the title.

I suppose you are right that it is not particularly modern. But it is
still worth reading.

--
Richard Maine                    | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle           |  -- Mark Twain


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
glen herrmannsfeldt  
View profile  
 More options Feb 24 2011, 2:07 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: glen herrmannsfeldt <g...@ugcs.caltech.edu>
Date: Thu, 24 Feb 2011 19:07:08 +0000 (UTC)
Local: Thurs, Feb 24 2011 2:07 pm
Subject: Re: Numerical algorithm books

In comp.lang.fortran 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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  They should also be implementable in
> Fortran - i.e. should NOT require dynamic compilation, no type
> checking and other such aberrations.
> By "reliable, high-quality, modern", I mean an order of magnitude
> better than Numerical Recipes, of course.
> Any suggestions appreciated, but I am not optimistic :-(

I don't believe that you can fit into a book the breadth of
coverage of NR, and at significantly more depth.  (Quality is
likely not linear with depth (pages), so maybe only two or
three times the pages.)

As I remember it, NR supplies references for more depth on each
specific topic (more or less chapter).  If you go down the list
and select about 10 of them, (you probably recognize the names),
you should have a high quality library of numerical methods books.

Though it seems usual for the deeper books to be more theory
and less practice (sample code).  

-- glen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Beliavsky  
View profile  
 More options Feb 24 2011, 2:45 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: Beliavsky <beliav...@aol.com>
Date: Thu, 24 Feb 2011 11:45:26 -0800 (PST)
Local: Thurs, Feb 24 2011 2:45 pm
Subject: Re: Numerical algorithm books
On Feb 24, 8:35 am, 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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  They should also be implementable in
> Fortran - i.e. should NOT require dynamic compilation, no type
> checking and other such aberrations.

Why prohibit type checking? Fortran 90 code with modules or interfaces
has it.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Maine  
View profile  
 More options Feb 24 2011, 2:51 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: nos...@see.signature (Richard Maine)
Date: Thu, 24 Feb 2011 11:51:39 -0800
Local: Thurs, Feb 24 2011 2:51 pm
Subject: Re: Numerical algorithm books

Beliavsky <beliav...@aol.com> wrote:
> On Feb 24, 8:35 am, 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.  Ideally, fairly general ones, but ones for specific
> > fields would also be useful.  They should also be implementable in
> > Fortran - i.e. should NOT require dynamic compilation, no type
> > checking and other such aberrations.

> Why prohibit type checking? Fortran 90 code with modules or interfaces
> has it.

The wording is slightly awkward. I had to read it a second time myself
because it didn't seem to make sense the first time. But if I read it
correctly on the second pass, I think you missed the double negative;
that is, it should NOT require no type checking.

--
Richard Maine                    | Good judgment comes from experience;
email: last name at domain . net | experience comes from bad judgment.
domain: summertriangle           |  -- Mark Twain


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dpb  
View profile  
 More options Feb 24 2011, 3:30 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: dpb <n...@non.net>
Date: Thu, 24 Feb 2011 14:30:53 -0600
Local: Thurs, Feb 24 2011 3:30 pm
Subject: Re: Numerical algorithm books
On 2/24/2011 1:51 PM, Richard Maine wrote:

I inferred the wording was specifically aimed at rejecting the texts
written with the Matlab's of the world in mind...

--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
n...@cam.ac.uk  
View profile  
 More options Feb 24 2011, 3:17 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: n...@cam.ac.uk
Date: Thu, 24 Feb 2011 20:17:28 +0000 (GMT)
Local: Thurs, Feb 24 2011 3:17 pm
Subject: Re: Numerical algorithm books
In article <ik6f5t$54...@news.eternal-september.org>,

I apologise for being gratuitously obfuscatory!

As Richard has pointed out before, I tend to think and write in
double negatives a bit much for clear communication.  I was trying
to say that the books should be compatible with implementation in
Matlab or straightforward Fortran.

There are occasional books that assume an unchecked language, or
one with dynamic typing, and they are murder to implement in
languages with strong, usually static, typing.  The same is true
of the ones that assume that code can be created and executed
dynamically.

Regards,
Nick Maclaren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
robin  
View profile  
 More options Feb 24 2011, 5:39 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: "robin" <robi...@dodo.com.au>
Date: Fri, 25 Feb 2011 09:39:43 +1100
Local: Thurs, Feb 24 2011 5:39 pm
Subject: Re: Numerical algorithm books

n...@cam.ac.uk wrote in message ...

>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.  Ideally, fairly general ones, but ones for specific
>fields would also be useful.  They should also be implementable in
>Fortran - i.e. should NOT require dynamic compilation, no type
>checking and other such aberrations.

>By "reliable, high-quality, modern", I mean an order of magnitude
>better than Numerical Recipes, of course.

There aren't any.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reinhold Bader  
View profile  
 More options Feb 24 2011, 5:38 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: Reinhold Bader <Ba...@lrz.de>
Date: Thu, 24 Feb 2011 23:38:30 +0100
Local: Thurs, Feb 24 2011 5:38 pm
Subject: Re: Numerical algorithm books
Hello Nick,

  I quite like

"Accuracy and Stability of Numerical Algorithms"
by Nicholas Higham

(I have the second edition, published by SIAM in 2002). Of course its scope
is somewhat limited, but it has a lot of rather up-to-date references to
modern methods in addition to extensive error analysis etc. It is unfortunately
also quite expensive (> 55 EUR).

Regards
Reinhold

Am 24.02.2011 14:35, schrieb n...@cam.ac.uk:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
n...@cam.ac.uk  
View profile  
 More options Feb 25 2011, 5:31 am
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: n...@cam.ac.uk
Date: Fri, 25 Feb 2011 10:31:10 +0000 (GMT)
Local: Fri, Feb 25 2011 5:31 am
Subject: Re: Numerical algorithm books
Thank you everyone for your suggestions.  None of them are what the
questioner asked for, but all well worth pointing people at; it is
a great help to know what classics are still available.  Nick
Higham's seems to be the only newcomer :-)  I now need to do some
serious reading and rereading, to remind myself what I should advise
these books for - and see if I have shelf space for any!

My problem here, which other people will recognise, is that far too
many students nowadays don't want understanding - they want recipes.
This does not fit well with numerical computation of real problems,
especially the non-trival ones :-(

Sparse matrices are again not one my areas, but there should be a
new version of Duff, Erisman and Reid "Direct Methods for Sparse
Matrices" shortly.  I think that we can guarantee that the book
will be Fortran-friendly :-)

Regards,
Nick Maclaren.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Duffy  
View profile  
 More options Feb 25 2011, 4:27 pm
Newsgroups: comp.lang.fortran, sci.math.num-analysis
From: David Duffy <dav...@orpheus.qimr.edu.au>
Date: Fri, 25 Feb 2011 21:27:47 +0000 (UTC)
Local: Fri, Feb 25 2011 4:27 pm
Subject: Re: Numerical algorithm books

In comp.lang.fortran 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.  Ideally, fairly general ones, but ones for specific
> fields would also be useful.  They should also be implementable in
> Fortran - i.e. should NOT require dynamic compilation, no type
> checking and other such aberrations.

Ronald Thisted.  Elements of Statistical Computing: Numerical Computation
ISBN-13: 978-0412013713.
http://galton.uchicago.edu/~thisted/Distribute/Errata.pdf

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »