Have one to sell? Sell yours here
Numerical Analysis 8e
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Numerical Analysis 8e [Hardcover]

FAIRES , BURDEN
5.0 out of 5 stars  See all reviews (1 customer review)

Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Hardcover, 10 Dec 2004 --  
Paperback £52.24  
Unknown Binding --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
Numerical Analysis Numerical Analysis 5.0 out of 5 stars (1)
Currently unavailable


Product details

  • Hardcover: 847 pages
  • Publisher: Brooks/Cole; 8th Revised edition edition (10 Dec 2004)
  • Language English
  • ISBN-10: 0534392008
  • ISBN-13: 978-0534392000
  • Product Dimensions: 23.6 x 20.6 x 4.1 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 2,696,233 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

This well-respected text gives an introduction to the modern approximation techniques and explains how, why, and when the techniques can be expected to work. The authors focus on building students' intuition to help them understand why the techniques presented work in general, and why, in some situations, they fail. With a wealth of examples and exercises, the text demonstrates the relevance of numerical analysis to a variety of disciplines and provides ample practice for students. The applications chosen demonstrate concisely how numerical methods can be, and often must be, applied in real-life situations. In this edition, the presentation has been fine-tuned to make the book even more useful to the instructor and more interesting to the reader. Overall, students gain a theoretical understanding of, and a firm basis for future study of, numerical analysis and scientific computing. A more applied text with a different menu of topics is the authors' highly regarded NUMERICAL METHODS, Third Edition.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
10 of 48 people found the following review helpful
Numerical Mathematics 11 Nov 2000
By A Customer
Format:Hardcover
This book explains all of the numerical part of tme Mathematic having algorithms of all the contest of the book. I don't know the book very well, I just know that I am learning in my classes through this boock. I study Applied Math and I need the algorithms of what I am doing, because I have to program, and If I have a doubt, I just go to the Math library and see it. It explains very well.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  49 reviews
48 of 58 people found the following review helpful
Wordy, poor algorithms, worse code 7 July 2002
By B. Hanks - Published on Amazon.com
Format:Hardcover
Like other reviewers, I'm still struggling to find a decent advanced mathematics textbook. Some of the problems with Burden's book includes insufficient examples and explanations. He introduces strange and unnecessary notation in his algorithms; for example in chapter 7 (Iterative techniques for solving linear systems) many of his index loops run from 1 to n. If he set them from 0 to n-1, it would clean up much of his logic. He also apparently loves the variable XO to represent the initial approximation x naught.

Maybe due to my physics background, but his notation of representing indexes of variables as a _power_ is confusing:
Burden represents the i-th index of x as x^(i), not to be confused the i-th power of x: x^i. Modern typesetting includes subscripts, why not use them instead? Heck, use LaTeX and do the same thing (x_i)!

Finally, several of the codes on the included CD refused to run, and some of them didn't give correct answers. You will need some programming experience to edit, as none of the codes (at least all of the Matlab and possibly all of the C) adhere to any programming standards or formatting. Mr. Burden (or his programmer) is invited to purchase and use Steve McConnell's "Code Complete"--or hire someone who knows how to write maintainable code well. What is the purpose of supplying code if it cannot be used in other projects? "Gee Wiz, the book includes Code!" one might exclaim. "But what good is it?" is the inevitable response.

12 of 13 people found the following review helpful
Review of Numerical Analysis, 7th edition 12 Dec 2002
By Sergio Escobedo Bocardo - Published on Amazon.com
Format:Hardcover
This is a numerical analysis book written from a mathematician's point of view, and requires from the reader a good background in calculus and linear algebra.

Even though the book has an initial chapter ("mathematical preliminaries"), reading this chapter is not enough if the student has not a good previous mathematical knowledge.

The book introduces modern approximation techniques and explains how, why and when these techniques are expected to work, and allows the reader to understand why one algorithm works better than other for a given problem.

The text contains many examples as well as application problems in various areas of science and engineering.

The book uses Maple as the standard software for symbolic and approximate calculus, even though Mathematica and Derive are mentioned too and could be used instead with small modifications.

The original English edition (7th edition) includes a CD-ROM with all the algorithms, expressed in different formats (C, Fortran, Pascal, Maple, Mathematica and MATLAB), although the Spanish translation (edited by Thomson Learning) does not include the CD-ROM. However, there is an Internet address in which the CD-ROM contents can be accessed.

To conclude, the book is a good text that requires a mathematical background from the reader and covers a broad range of modern approximation techniques. It is not a mere numerical methods cookbook, but a text that analyzes and applies the numerical methods instead.

16 of 19 people found the following review helpful
Numerical Analysis explained.. 7 Dec 1999
By James Brownlow - Published on Amazon.com
Format:Hardcover
I use this book in a two-semester class on Numerical Analysis that I teach at Chapman University. I like the book. It starts with root-finding and interpolation algorithms, progresses to numerical estimates of derivatives and integrals. Each section is typically accompanied by the relevant algorithm(s) in pseudo-code, which I find easily translate to C or C++. Examples in Maple are given, and I've used MATLAB as well in conjunction with the book.

I rated the book with 4 stars instead of 5 for minor reasons. For example, I think a clearer description of Gaussian Quadriture could be presented, and there are other Quadriture methods that could be presented (Chebychev, Laguerre). Rational polynomial interpolation should be included as a topic. The chapters on numerical solution of differential equations are particularly good. The text developes Runge-Kutta (2nd and 4th orders) and shows how RK is used to solve systems of ODEs or higher-order DEs by introducing intermediate variables. Algorithm 5.7 (page 320) is an implementation of the solution of 'm' linear DEs that is quite simple if one uses function pointers.

The chapters on linear algebra are quite good as are the sections on approximation.

One feature of the text I find helpful is the "real world" engineering problems that are included.

Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback