Home Search Download Documentation
Help Community SIGs Modules
PSA Bookstore
Python books
Monty Python
Search Amazon
Suggest a book!
 
SIG-Related Books
GUI-SIG
Image-SIG
Matrix-SIG
String-SIG
Thread-SIG
 
Topics
Databases
XML
 
Technical Books
Languages
Programming
Unix
Windows
Patterns
Math/Logic
Miscellaneous
 
Email Us
bookstore@python.org
 
  

Matrix-SIG: Books

LAPACK User's Guide; E. Anderson, Z. Bai, C. Bischof, Demmel J., J. Dongarra; Paperback.

"For those who want to know how the LinearAlgebra module really works."

Matrix Computations, 2nd edition; Gene H. Golub & Charles Van Loan; Paperback.

Numerical Recipes in C; William H. Press, Saul A. Teukolsky, William T. Vetterling; Hardcover.

"One of the big problems in computational science is that most users of numerical methods have no training at all in that business, whereas the experts in numerical analysis make no effort to explain their work to non-specialists. Numerical Recipes tries to be the bridge between the two worlds; it's not perfect, but there's nothing better. My recommendation is to read Numerical Recipes to learn about the methods, but not to use the code for real-life work. There are much better libraries around for almost any application."