Matrix Computations (Johns Hopkins Studies in Mathematical Sciences)(3rd Edition)

by The Johns Hopkins University Press

$48.00
buy from amazon.com
Average Rating: * * * * -
Sales Rank:28330 (lower is better)
Price Used:$29.90
Shipping:Free Shipping on most orders over $25*
Availability:Usually ships in 24 hours
Label:The Johns Hopkins University Press
Pages:728
Binding:Paperback
Publication Date:1996-10-15
Published By:The Johns Hopkins University Press
ASIN:0801854148
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

Revised and updated, the third edition of Golub and Van Loan's classic text in computer science provides essential information about the mathematical background and algorithmic skills required for the production of numerical software. This new edition includes thoroughly revised chapters on matrix multiplication problems and parallel matrix computations, expanded treatment of CS decomposition, an updated overview of floating point arithmetic, a more accurate rendition of the modified Gram-Schmidt process, and new material devoted to GMRES, QMR, and other methods designed to handle the sparse unsymmetric linear system problem.

Customer Reviews

Matrix Computations is an excellent guide to understanding and implementing Numerical Linear Algebra - Reviewed on 2007-09-30
* * * * *
1 customer found this review helpful.

This book is an excellent book for the student or researcher who needs to understand clearly the issues that arise in the developement of algorithms for the solution and analysis of linear systems. It gives a great explanation of how one operation like solving a linear system or doing just forward or backward solves can be mapped to basic BLAS primitives and how these variations have been implemented in popular libraries such as Lapack or BLAS and the archetectual reasons why one approach may be more optimized than another, row versus column operations, for example.

For the student it provides a nice walk through on the develpment of these algorithms and for the researcher provides a life long resource for reference to the many algorithms that are laid out here.

This book is clear and easy to follow and it is recomended for anyone who is serious about learning how to design and implement efficient linear algebra algorithms for a variety of archetectual and coding language environments.
bible - Reviewed on 2007-09-24
* * * *

This book is a bible in matrix computation. While they have a lot of details on everything, though, the notations are rather complicated and hard-to-follow.
Gargantuan Copy and Paste Monument - Reviewed on 2007-05-07
* * *
1 customer found this review helpful, 4 did not.

Three stars are for:

(1) Relatively cheap price.
(2) Comprehensive but shallow coverage.
(3) Mass availability.

Hypothesis: The only three prematurely worn keys in Golub & Van Loan's keyboards must be: Control, C and V, since these form the shortcut for copy and paste operations.

There is no depth in this book when compared to classic matrix theory books, although I understand that this may distract from the possible use of the book as a reference manual. But as written, it is of little value in addition to Numerical Recipes; the latter has at least decent text this one does not have character, too much copying and pasting eliminated the book to form a skeleton.

What are the basis books for comparison?

1. Wilkinson, Algebraic Eigenvalue Problem. Super but expensive (>$100).
2. Marcus & Minc, A survey of Matrix Theory and Matrix Inequalities. Super but inexpensive (10$).
3. Horn and Johnson, Matrix Analysis, comprehensive, pretty good, and similarly priced to this ($30).

I am not suggesting that the content should mirror these books but the quality and depth should but despite being in its third edition, the book is full of errors both in pseudo-code and text.

The CTRL-C/CTRL-V effort is so insane that authors' could not help themselves to copy Wilkinson's theorem presentation sequence about the symmetric eigenvalue problem, but Wilkinson's commentary from his book (see Hoffman-Wielandt theorem in Golub & VanLoan second edition).

Whenever someone tells me that they learned something from Golub and Van Loan, I can not help myself to question what they thought they might have learned.

In almost all cases, Golub and Van Loan fans appear to know of a result through memorization without any clue about how it is derived and why it is important. So if this is your bible, then probably you do not deserve a job that requires critical thinking.

The books popularity tells something about the state of the academia: for example, the hotshots of signal processing republished Golub and Van Loan a few times to get their IEEE Fellow titles. Google for 'Multistage Wiener Filter', 'Relationship Conjugate Gradient MSWNF', 'Procrustes Rotations ESPRIT'. Definitely a field that does not appreciate critical thinking but fast copy and paste effort through graduate student slavery.
Exactly what I needed - Reviewed on 2007-03-08
* * * * *
1 customer found this review helpful, 1 did not.

I have been using "canned" programs for matrix calculations, but I needed to learn how they actaully work. This book provided exactly the information that I needed. This book is not for beginners--it requires a pretty good knowledge of linear algebra, but if you have that, this book will be most helpful in understanding sophisticated computational methods
The bible of numerical linear algebra - Reviewed on 2006-12-31
* * * * *
6 customers found this review helpful, 1 did not.

This book is the standard reference for all numerical linear algebra. It is a graduate-level applied math textbook written by practicing professionals for practicing professionals. If you are new to the topic you would probably prefer something like James Demmel's Applied Numerical Linear Algebra.

If you are interested in implementing the algorithms in this book, stop right now and first make sure that you can't use MATLAB or LAPACK instead, or even ScaLAPACK if you need a parallel implementation. Getting these algorithms right is hard, and the hard work has probably already been done by somebody else. LAPACK contains the accumulated wisdom of over forty years of research in numerical linear algebra, and MATLAB contains LAPACK. Don't re-invent the wheel.

On the other hand, if you want to understand how LAPACK works, or if you need to understand its numerical accuracy and stability, then this is the book for you.

Another reviewer has mentioned that this book contains numerous errata in the formulas. This is still true as of the third edition. Usually it is possible to detect and correct these errors by reading and understanding the surrounding text, but beware.
Read More Customer Reviews »
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects