An Introduction to Numerical Methods in C++ (2ND)

個数:

An Introduction to Numerical Methods in C++ (2ND)

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

Full Description

Designed for the many applied mathematicians and engineers who wish to explore computerized numerical methods, this text communicates an enthusiasm for the power of C++, an object-oriented language, as a tool for this kind of work. This revision of the successful first edition includes for the first time information on programming in Windows-based environments. In addition this revision includes new topics and methods throughout the text that clarify and enhance the treatment of the subject. From reviews of the first edition: 'If you are interested in numerical methods or are looking for a course text this book is worth your attention.'' Journal of the Association of C and C++ Users

Contents

1. Preliminaries ; 2. Expressions, statements and functions ; 3. Errors, theorems and speed ; 4. Roots of non-linear equations ; 5. Classes ; 6. Derived classes and streams ; 7. Integer arithmetic ; 8. Tests of randomness ; 9. Vectors and matrices ; 10. Direct solution of linear equations ; 11. Errors in matrix manipulation ; 12. Iterative solutions of systems of equations ; 13. Matrix eigenvalue problems ; 14. Interpolation and data fitting ; 15. Graphics ; 16. Differentiation and integration ; 17. Orthogonal polynomials ; 18. Differential equations ; 19. More about differential equations ; 20. Recursive data types - lists ; 21. Elements of Fourier analysis