Introduction to Numerical Methods and MATLAB : Implementations and Applications

個数:

Introduction to Numerical Methods and MATLAB : Implementations and Applications

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 816 p.
  • 言語 ENG
  • 商品コード 9780201308600
  • DDC分類 620.00151

Full Description

Designed to give undergraduate engineering students a practical and rigorous introduction to the fundamentals of numerical computation.

This book is a thoroughly modern exposition of classic numerical methods using MATLAB. The fundamental theory of each method is briefly developed. Rather than providing a detailed numerical analysis, the behavior of the methods is exposed by carefully designed numerical experiments. The methods are then exercised on several nontrivial example problems from engineering practice. The material in each chapter is organized as a progression from the simple to the complex. This leads the student to an understanding of the sophisticated numerical methods that are part of MATLAB. An integral part of the book is the Numerical Methods with MATLAB (NMM) Toolbox, which provides 150 programs and over forty data sets. The NMM Toolbox is a library of numerical techniques implemented in structured and clearly written code.

Contents

(NOTE: Chapters 2-12 conclude with Summary.)

1. Introduction.


Terminology. MATLAB Overview. Organization of the Book. Rating Systems for Exercises.

I. MATLAB BASICS.

2. Interactive Computing with MATLAB.


Running MATLAB. Matrices and Vectors. Additional Types of Variables. Managing the Interactive Environment. Plotting in MATLAB.

3. MATLAB Programming.


Script m-Files. Function m-Files. Input and Output. Flow Control. Vectorization. Deus ex Machina.

4. Organizing and Debugging MATLAB Programs.


Organizing and Documenting m-Files. Organizing a Numerical Solution. Debugging.

II. NUMERICAL TECHNIQUES.

5. Unavoidable Errors in Computing.


Digital Representation of Numbers. Finite Precision Arithmetic. Truncation Error of Algorithms.

6. Finding the Roots of f(x)=0.


Preliminaries. Fixed-Point Iteration. Bisection. Newton's Method. The Secant Method. Hybrid Methods. Roots of Polynomials.

7. A Review of Linear Algebra.


Vectors. Matrices. Mathematical Properties of Vectors and Matrices. Special Matrices.

8. Solving Systems of Equations.


Basic Concepts. Gaussian Elimination. Limitations on Numerical Solutions to Ax = b. Factorization Methods. Nonlinear Systems of Equations.

9. Least-Squares Fitting of a Curve to Data.


Fitting a Line to Data. Least-Squares Fit to a Linear Combination of Functions. Multivariate Linear Least-Squares Fitting.

10. Interpolation.


Basic Ideas. Interpolating Polynomials of Arbitrary Degree. Piecewise Polynomial Interpolation. MATLAB's Built in Interpolation Functions.

11. Numerical Integration.


Basic Ideas and Nomenclature. Newton-Cotes Rules. Gaussian Quadrature. Adaptive Quadrature. Improper Integrals and Other Complications.

12. Numerical Integration of Ordinary Differential Equations.


Basic Ideas and Nomenclature. Euler's Method. Higher Order One-Step Methods. Adaptive Stepsize Algorithms. Coupled ODEs. Additional Topics.

Bibliography.
Appendix A: Eigenvalues and Eigensystems.


Eigenvectors Map onto Themselves. Mathematical Preliminaries. The Power Method. Built-in Functions for Eigenvalue Computation. Singular Value Decomposition.

Appendix B: Sparse Matrices.


Storage and Flop Savings. MATLAB Sparse Matrix Format.

MATLAB Toolbox Functions.
Listings for NMM Toolbox m-Files.
Subject Index.