[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1708.0. "Numerical Math books" by VNASWS::WILFRIED (Wilfried Bergmann, Austria) Wed Dec 30 1992 20:22

I'm searching for good books on "Numerical Math" - special emphasis on
algorithmic presentations, error boundary estimation, concrete examples
with solutions. It should be possible to read only the chapter relevant
to a particular numerical problem to implement the described algorithm.

I want to use the book to develope numerical algorithms on computers.

I have the following book "Einf�hrung in die Numerische Mathematik I & II"
by Stoer & Bulirsch, Springer Verlag (i.e. "Introduction to Numerical Math"
but are NOT satisfied because it doesn't provide help on what problems you
might encounter when implementing the described algorithms.

Recently I bought a book from the "Schaum Series" on numerical algebra by
someone from Boston University, but at least the German version of this
book is FULL OF ERRORS!

Sorry if my English is not correct on math terms, but I hope you understand
what I'm looking for.

Thanks for any help!

Regards, Wilfried

PS: I'm able to read English math texts and will be in Boston around March.
T.RTitleUserPersonal
Name
DateLines
1708.12 booksSTAR::ABBASIiam your friendly psychic hotlineThu Dec 31 1992 01:1525
    iam not sure exactly what you mean by numerical math? but 
    this is a good book on numerical methods and software , it  comes
    with a floppy disk of lots of FORTRAN routines from Linpack, Quadpack
    Mindpack and SLATEC (I only heard of Linpack, dont know what the 
    other 3 are). the book is called "numerical methods and software"
    by David Kahaner and Cleve moler and stephen Nash.

    some of its contents: - computer arithmetic and computational errors,
    interpolation, numerical quadrature, linear least squares data fitting,
    solution of nonlinear equations, ODE, optimization and nonlinear
    least squares, simulation and random numbers, FFT.


    there is also offcourse the yellow book. "numerical recipes in X"
    where X is C, FORTRAN or Pascal. my advice is to get the FORTRAN one
    if you want to get this. the C version they shift all their arrays
    off by one to make the index start at 1 not zero (which is what C uses)
    and it is kind'a confusing. so I'd advice to get the FORTRAN or Pascal 
    if you must.  (any one wants to trade their FORTRAN numerical recipes
    with a C one? I'd swap with you ;-)

    \nasser


    
1708.2I recommend Numerical Recipes3D::ROTHGeometry is the real life!Thu Dec 31 1992 15:5334
    I think one of the "Numerical Recipes" series (there are versions
    in fortran, c, pascal) would be what you are looking for.  New
    editions have just come out; they're published by Cambridge
    University Press (Flannery, Press, et al...)

    The algorithms are not the very best (public domain implentations
    of the state of the art algorithms for common things are available
    from netlib), but the book is nonetheless a good introduction
    and the routines are not bad either.

    Stoer and Bulirsch is a very good book for theory and covers a
    lot of interesting material, but you also need some more practical
    books to get a balanced treatment.

    I have an old copy of the Schaums book you mention, the English
    version doesn't seem to be too bad errorwise.  It lacks a lot
    of modern material, but does have some neat stuff, like a good
    discussion of finite differences.

    The book by Moler et al mentioned previously doesn't cover as
    much material as the Recipes books, which are really self contained
    in that they have full listing of the programs.  Moler treats the
    routines as magic black boxes, something I am not in agreement with.

    There are books on every specialty in numerical analysis
    (linear equations, eigenvalue problems, sparse and iterative methods,
    polynomial and other equation root finding, signal processing,
    numerical integration, solving of ordinary differential equations,
    statistics, etc.)  I'm familiar with this literature and can give some
    recommendations if you are interested in a specific topic, but
    the bibiographies in the sections of the Numerical Recipes books
    are a good pointer to the literature.

    - Jim
1708.3REA, problem solver are good for learningSTAR::ABBASIiam your friendly psychic hotlineThu Dec 31 1992 16:2317
    i forgot to mention also the "problem solver" book on numerical
    analysis. i know this is not a Text book , but going over problems
    in problems solver always been a great learning for me, i have many
    of these books, and they are really great, they solve many problems
    for you in details, so you learn this way. i always
    find that i learn much better by working out problems that just
    reading the theory or the method. i like to see how it is
    used in practical examples...you know what i mean. 

    so, if you want to learn numerical analysis, or many other techcnial
    subjects for that matter, check out the problem solver books, 
    and you'll thank me for it too.

    \bye
    \nasser


1708.4UpdateCADSYS::COOPERTopher CooperThu Dec 31 1992 16:425
    New extended and corrected versions of the Num. Rec. books have come
    out recently.  I have not yet seen any of them, but do intend on
    purchasing one.

				    Topher
1708.5num. rec. in ADA ?STAR::ABBASIiam your friendly psychic hotlineThu Dec 31 1992 17:335
    when i talked to num. recipes. people here in mass. about a year
    or so ago, they said they might get one out in ADA. 
    
    \nasser