5.0 out of 5 stars
One of the best books on the subject, Aug 4 2003
By A Customer
This review is from: Matrix Computations (Paperback)
This is the book I turn to first when I have to deal with a problem in numerical linear algebra, it's clearly written and has extensive references.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5.0 out of 5 stars
Got Matrices?, Aug 1 2003
This review is from: Matrix Computations (Paperback)
This is one of the definitive texts on computational linear algebra, or more specifically, on matrix computations. The term "matrix computations" is actually the more apt name because the book focuses on computational issues involving matrices,the currency of linear algebra, rather than on linear algebra in the abstract. As an example of this distinction, the authors develop both "saxpy" (scalar "a" times vector "x" plus vector "y") based algorithms and "gaxpy" (generalized saxpy, where "a" is a matrix) based algorithms, which are organized to exploit very efficient low-level matrix computations. This is an important organizing concept that can lead to more efficient matrix algorithms.
For each important algorithm discussed, the authors provide a concise and rigorous mathematical development followed by crystal clear pseudo-code. The pseudo-code has a Pascal-like syntax, but with embedded Matlab abbreviations that make common low-level matrix operations extremely easy to express. The authors also use indentation rather than tedious BEGIN-END notation, another convention that makes the pseudo-code crisp and easy to understand. I have found it quite easy to code up various algorithms from the pseudo-code descriptions given in this book. The authors cover most of the traditional topics such as Gaussian elimination, matrix factorizations (LU, QR, and SVD), eigenvalue problems (symmetric and unsymmetric), iterative methods, Lanczos method, othogonalization and least squares (both constrained and unconstrained), as well as basic linear algebra and error analysis.
I've use this book extensively during the past ten years. It's an invaluable resource for teaching numerical analysis (which invariably includes matrix computations), and for virtually any research that involves computational linear algebra. If you've got matrices, chances are you will appreciate having this book around.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
4.0 out of 5 stars
from theory to practice., Aug 8 2002
This review is from: Matrix Computations (Paperback)
A few years ago this book permitted me to go reliably from
theoretical linear algebra to practical large-scale numerical
computations, using also LAPACK. I think this is its place:
from the university course level to the practical side.
On the other hand, one cannot really say it is as readable
as, say, Numerical Recipes: it has a quite terse style.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No