Buy An Introduction to Numerical Methods and Analysis by James F. Epperson
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Mathematics and Science Textbooks > Mathematics > Calculus and mathematical analysis > Numerical analysis > An Introduction to Numerical Methods and Analysis
An Introduction to Numerical Methods and Analysis

An Introduction to Numerical Methods and Analysis


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

Praise for the First Edition "...outstandingly appealing with regard to its style, contents, considerations of requirements of practice, choice of examples, and exercises." -Zentrablatt Math "...carefully structured with many detailed worked examples ..." -The Mathematical Gazette "...an up-to-date and user-friendly account ..." -Mathematika An Introduction to Numerical Methods and Analysis addresses the mathematics underlying approximation and scientific computing and successfully explains where approximation methods come from, why they sometimes work (or don't work), and when to use one of the many techniques that are available. Written in a style that emphasizes readability and usefulness for the numerical methods novice, the book begins with basic, elementary material and gradually builds up to more advanced topics. A selection of concepts required for the study of computational mathematics is introduced, and simple approximations using Taylor's Theorem are also treated in some depth. The text includes exercises that run the gamut from simple hand computations, to challenging derivations and minor proofs, to programming exercises. A greater emphasis on applied exercises as well as the cause and effect associated with numerical mathematics is featured throughout the book. An Introduction to Numerical Methods and Analysis is the ideal text for students in advanced undergraduate mathematics and engineering courses who are interested in gaining an understanding of numerical methods and numerical analysis.

Table of Contents:
Preface. 1. Introductory Concepts and Calculus Review. 1.1 Basic Tools of Calculus. 1.1.1 Taylor's Theorem. 1.1.2 Mean Value and Extreme Value Theorems. 1.2 Error, Approximate Equality, and Asymptotic Order Notation. 1.2.1 Error. 1.2.2 Notation: Approximate Equality. 1.2.3 Notation: Asymptotic Order. 1.3 A Primer on Computer Arithmetic. 1.4 A Word on Computer Languages and Software. 1.5 Simple Approximations. 1.6 Application: Approximating the Natural Logarithm. References. 2. A Survey of Simple Methods and Tools. 2.1 Horner's Rule and Nested Multiplication. 2.2 Difference Approximations to the Derivative. 2.3 Application: Euler's Method for Initial Value Problems. 2.4 Linear Interpolation. 2.5 Application - The Trapezoid Rule. 2.6 Solution of Tridiagonal Linear Systems. 2.7 Application: Simple Two-Point Boundary Value Problems. 3. Root-Finding. 3.1 The Bisection Method. 3.2 Newton's Method: Derivation and Examples. 3.3 How to Stop Newton's Method. 3.4 Application: Division Using Newton's Method. 3.5 The Newton Error Formula. 3.6 Newton's Method: Theory and Convergence. 3.7 Application: Computation of the Square Root. 3.8 The Secant Method: Derivation and Examples. 3.9 Fixed Point Iteration. 3.10 Special Topics in Root-finding Methods. 3.10.1 Extrapolation and Acceleration. 3.10.2 Variants of Newton's Method. 3.10.3 The Secant Method: Theory and Convergence. 3.10.4 Multiple Roots. 3.10.5 In Search of Fast Global Convergence: Hybrid Algorithms. 3.11 Literature and Software Discussion 156. References. 4. Interpolation and Approximation. 4.1 Lagrange Interpolation. 4.2 Interpolation and Divided Differences. 4.3 Interpolation Error. 4.4 Application: Muller's Method and Inverse Quadratic Interpolation. 4.5 Application: More Approximations to the Derivative. 4.6 Hermite Interpolation. 4.7 Piecewise Polynomial Interpolation. 4.8 An Introduction to Splines. 4.8.1 Definition of the Problem. 4.8.2 Cubic B-Splines. 4.9 Application: Solution of Boundary Value Problems. 4.10 Least Squares Concepts in Approximation. 4.10.1 An Introduction to Data Fitting. 4.10.2 Least Squares Approximation and Orthogonal Polynomials. 4.11 Advanced Topics in Interpolation Error. 4.11.1 Stability of Polynomial Interpolation. 4.11.2 The Runge Example. 4.11.3 The Chebyshev nodes. 4.12 Literature and Software Discussion. References. 5. Numerical Integration. 5.1 A Review of the Definite Integral. 5.2 Improving the Trapezoid Rule. 5.3 Simpson's Rule and Degree of Precision. 5.4 The Midpoint Rule. 5.5 Application: Stirling's Formula. 5.6 Gaussian Quadrature. 5.7 Extrapolation Methods. 5.8 Special Topics in Numerical Integration. 5.8.1 Romberg Integration. 5.8.2 Quadrature with Non-Smooth Integrands. 5.8.3 Adaptive Integration. 5.8.4 Peano Estimates for the Trapezoid Rule. 5.9 Literature and Software Discussion. References. 6. Numerical Methods for Ordinary Differential Equations. 6.1 The Initial Value Problem - Background. 6.2 Euler's Method. 6.3 Analysis of Euler's Method. 6.4 Variants of Euler's Method. 6.4.1 The Residual and Truncation Error. 6.4.2 Implicit Methods and Predictor-Corrector Schemes. 6.4.3 Starting Values and Multistep Methods. 6.4.4 The Midpoint Method and Weak Stability. 6.5 Single Step Methods? Runge-Kutta. 6.6 Multi-step Methods. 6.6.1 The Adams Families. 6.6.2 The BDF Family. 6.7 Stability Issues. 6.7.1 Stability Theory for Multistep Methods. 6.7.2 Stability Regions. 6.8 Application to Systems of Equations. 6.8.1 Implementation Issues and Examples. 6.8.2 Stiff Equations. 6.8.3 A-Stability. 6.9 Adaptive Solvers. 6.10 Boundary Value Problems. 6.10.1 Simple Difference Methods. 6.10.2 Shooting Methods. 6.11 Literature and Software Discussion. References. 7. Numerical Methods for the Solution of Systems of Equations. 7.1 Linear Algebra Review. 7.2 Linear Systems and Gaussian Elimination. 7.3 Operation Counts. 7.4 The LU Factorization. 7.5 Perturbation, Conditioning and Stability. 7.5.1 Vector and Matrix Norms. 7.5.2 The Condition Number and Perturbations. 7.5.3 Estimating the Condition Number. 7.5.4 Iterative Refinement. 7.6 SPD Matrices and the Cholesky Decomposition. 7.7 Iterative Methods for Linear Systems - A Brief Survey. 7.8 Nonlinear Systems: Newton's Method and Related Ideas. 7.8.1 Newton's Method. 7.8.2 Fixed Point Methods. 7.9 Application: Numerical Solution of Nonlinear BVP's. 7.10 Literature and Software Discussion. References. 8. Approximate Solution of the Algebraic Eigenvalue Problem. 8.1 Eigenvalue Review. 8.2 Reduction to Hessenberg Form. 8.3 Power Methods. 8.4 An Overview of the QR Iteration. 8.5 Literature and Software Discussion. References. 9. A Survey of Finite Difference Methods for Partial Differential Equations. 9.1 Difference Methods for the Diffusion Equation. 9.1.1 The Basic Problem. 9.1.2 The Explicit Method and Stability. 9.1.3 Implicit Methods and the Crank-Nicolson Method. 9.2 Difference Methods for Poisson Equations. 9.2.1 Discretization. 9.2.2 Banded Cholesky Solvers. 9.2.3 Iteration and the Method of Conjugate Gradients. 9.3 Literature and Software Discussion. References. Appendix A: Proofs of Selected Theorems, and Other Additional Material. A.1 Proofs of the Interpolation Error Theorems. A.2 Proof of Stability. A.3 Stiff Systems of Differential Equations and Eigenvalues. A.4 The Matrix Perturbation Theorem. Index.

About the Author :
James F. Epperson, PHD, is Associate Editor of Mathematical Reviews. Dr. Epperson received his PhD from Carnegie Mellon University, and his research interests include the numerical solution of nonlinear evolution equations via finite difference methods, the use of kernel functions to solve evolution equations, and numerical methods in mathematical finance.


Best Sellers


Product Details
  • ISBN-13: 9780470049631
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: Wiley-Blackwell
  • Edition: Revised edition
  • Language: English
  • Spine Width: 31 mm
  • Width: 163 mm
  • ISBN-10: 0470049634
  • Publisher Date: 05 Oct 2007
  • Binding: Hardback
  • Height: 240 mm
  • Returnable: N
  • Weight: 938 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
An Introduction to Numerical Methods and Analysis
John Wiley and Sons Ltd -
An Introduction to Numerical Methods and Analysis
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

An Introduction to Numerical Methods and Analysis

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!