Book reviews for "Ortega,_James_M." sorted by average review score:
Scientific Computing and Differential Equations: An Introduction to Numerical Methods
Published in Hardcover by Academic Press (1991)
Amazon base price: $65.00
Used price: $27.00
Buy one from zShops for: $50.00
Used price: $27.00
Buy one from zShops for: $50.00
Average review score:
Does the job well
An Introduction to C++ and Numerical Methods
Published in Paperback by Oxford University Press (1998)
Amazon base price: $46.95
Average review score:
For Fortran programmers who want to learn C++
This book was written for scientific programmers who program mainly in Fortran but who want to move into C++. It is a brief and elementary discussion of C++. The main features of C++ that make it different than C are not discussed until Chapter 17, and then only briefly. No discussion is given in the book on performance issues in C++ vs Fortran. Serious scientific programmers in Fortran have to face up to these issues and be convinced that C++ is the way to go if they are to make the switch. The book might be useful to those who want a quick look at C++.
Numerical Analysis: A Second Course
Published in Hardcover by Academic Press (1972)
Amazon base price: $18.95
Used price: $13.94
Used price: $13.94
Average review score:
No reviews found.
Parallel Algorithms for Matrix Computations
Published in Paperback by Society for Industrial & Applied Mathematics (1990)
Amazon base price: $25.00
Used price: $21.18
Used price: $21.18
Average review score:
No reviews found.
Solution of Partial Differential Equation on Vector and Parallel Computers
Published in Paperback by Society for Industrial & Applied Mathematics (1985)
Amazon base price: $26.00
Used price: $10.00
Used price: $10.00
Average review score:
No reviews found.
Instructor's Manual for "An Introduction to C++ and Numerical Methods"
Published in Paperback by Oxford University Press (29 April, 1999)
Amazon base price: $
Average review score:
No reviews found.
An Introduction to Fortran 90 for Scientific Computing
Published in Hardcover by International Thomson Publishing (1995)
Amazon base price: $44.95
Used price: $21.75
Collectible price: $29.00
Buy one from zShops for: $32.99
Used price: $21.75
Collectible price: $29.00
Buy one from zShops for: $32.99
Average review score:
No reviews found.
An Introduction to Fortran for Scientific Computing
Published in Hardcover by International Thomson Publishing (1995)
Amazon base price: $29.95
Used price: $20.48
Buy one from zShops for: $22.88
Used price: $20.48
Buy one from zShops for: $22.88
Average review score:
No reviews found.
An Introduction to Numerical Methods for Differential Equations
Published in Paperback by Pitman Publishing (1981)
Amazon base price: $24.95
Used price: $11.00
Collectible price: $16.65
Used price: $11.00
Collectible price: $16.65
Average review score:
No reviews found.
Introduction to Parallel and Vector Solution of Linear Systems (Frontiers in Computer Science)
Published in Hardcover by Plenum Pub Corp (1988)
Amazon base price: $132.00
Used price: $19.00
Collectible price: $39.69
Buy one from zShops for: $118.80
Used price: $19.00
Collectible price: $39.69
Buy one from zShops for: $118.80
Average review score:
No reviews found.
Related Subjects: Author Index Reviews Page 1 2
Search Authors.BooksUnderReview.com
Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.
Boundary value problems for ordinary differential equations are treated in the next chapter. The author motivates the problem via a two-point boundary value problem, but only concentrates on linear boundary value problems in this chapter, with the nonlinear case treated in chapter 5. The author carefully distinguishes between Dirichlet and Neumann boundary conditions. The solution of the discretized problem is solved appropriately with Gaussian elimination, and the author gives a numerical example. The case of periodic boundary conditions is also treated, and the author chooses to solve the resulting linear system using the Sherman-Morrison technique, instead of Gaussian elimination, arguing (correctly) that this method only needs code for solving tridiagonal matrices.
The study of the solution of linear systems of equations is taken up in more detail in the next chapter, with emphasis on solution techniques for banded or full matrices. The class of least square problems is treated first, with least square polynomials and their calculation using orthogonal polynomials. The author then treats Gaussian elimination in more detail in this chapter, with treatments of LU factorization and banded matrices being treated. The author gives the reader more details on the performance issues involved in the different solution techniques. Ill-conditioning and error analysis are first discussed here in the context of solution of systems of linear equations, along with definitions and calculations of condition numbers. The author also gives good overviews of alternative factorization techniques, such as Cholesky and QR factorization.
The most important application of numerical methods is in the class of nonlinear problems, since these usually do not have analytical solutions. Even if analytical solutions are found in terms of special functions, the calculation of these special functions typically must be done using techniques from numerical analysis. Nonlinear problems are discussed in chapter 5 of this book, wherein the author again uses the projectile problem to introduce shooting methods. This is followed by a very detailed discussion of the solution of a nonlinear equation using bisection, secant, and Newton's methods. Systems of nonlinear equations are then discussed, with the infamous Picard iteration technique leading the discussion, followed again by a treatment using Newton's method.
Then in the next chapter, the author switches gears somewhat by moving away from techniques based on finite differences and discussing ones such as finite element, Galerkin's and Rayleigh-Ritz methods. The mathematical considerations employed in this chapter are a little more involved than the other chapters, but the author explains the ideas well, and the assigned exercises shed more light on the issues involved. Spine approximations are also discussed, along with the numerical evaluation of the integrals that naturally arise in Galerkin methods.
Eigenvalue problems, so ubiquitous in all areas of science and engineering, are the subject of the next chapter. Interestingly, the author discusses Gerschgorin's theorem, which usually does not appear in a book at this level. Most of the popular techniques for solving eigenvalue problems, such as QR and iterative methods, are discussed thoroughly.
The author gives the reader a taste of the numerical solution of partial differential equations starting in the next chapter, where the heat equation, wave equation, and Poisson's equation lead off the discussion. Separation of variables is discussed briefly as a technique of solution, but the author places emphasis first on finite difference methods for solving these equations. The stability and error analysis of these methods are first studied for the heat and wave equations, and this is followed by a discussion of implicit methods, with a brief treatment given of the Crank-Nicolson method. After a discussion of semi-discrete methods, the author then moves on in last chapter to problems in dimensions two and three. The sparse matrices arising from the discretization of the problems are shown for the Poisson and heat equations. The ADI method, along with Gaussian elimination, Jacobi's, Gauss-Seidel, SOR, and conjugate gradient methods are all given fine treatments.