數值分析

Explorations in Numerical Analysis Python Edition

+作者:

Lambers

+年份:
2021 年1 版
+ISBN:
9789811229343
+書號:
MA0508P
+規格:
平裝/單色
+頁數:
692
+出版商:
World Scientific
+參考資訊:
定價

$

本站購物功能已關閉,點選"購物車"圖示會自動連結到新的購書網頁!或與LINE客服諮詢聯繫

讀者購書請至★滄海書局‧鼎隆圖書購書網 ★https://eshop.tsanghai.com.tw/
滄海ESHOP購書網提供更方便、快速訂購、結帳付款的購書服務,並提供數位產品購買專區~

書籍若有教學輔助配件,僅提供採用老師教學使用,是非賣品,不販售,亦無法提供一般讀者。

This textbook is intended to introduce advanced undergraduate and early-career graduate students to the field of numerical analysis. This field pertains to the design, analysis, and implementation of algorithms for the approximate solution of mathematical problems that arise in applications spanning science and engineering, and are not practical to solve using analytical techniques such as those taught in courses in calculus, linear algebra or differential equations.

Topics covered include computer arithmetic, error analysis, solution of systems of linear equations, least squares problems, eigenvalue problems, nonlinear equations, optimization, polynomial interpolation and approximation, numerical differentiation and integration, ordinary differential equations, and partial differential equations. For each problem considered, the presentation includes the derivation of solution techniques, analysis of their efficiency, accuracy and robustness, and details of their implementation, illustrated through the Python programming language.

This text is suitable for a year-long sequence in numerical analysis, and can also be used for a one-semester course in numerical linear algebra.

James V Lambers is a Professor in the School of Mathematics and Natural Sciences at The University of Southern Mississippi, and an ACUE Distinguished Teaching Scholar. His research interests span numerical methods for partial differential equations and numerical linear algebra.
Amber C Sumner is an Assistant Professor of Mathematics at William Carey University. She was a PhD student of Lambers at USM. Her research interests include deep learning and numerical linear algebra.
Vivian A Montiforte is a PhD student of Lambers at USM. Her research pertains to spectral methods and meshless methods for partial differential equations.

Chapter 1: What is Numerical Analysis?
Chapter 2: Understanding Error
Chapter 3: Direct Methods for Linear Systems
Chapter 4: Least Squares Problems
Chapter 5: Iterative Methods for Linear Systems
Chapter 6: Eigenvalue Problems
Chapter 7: Polynomial Interpolation
Chapter 8: Approximation of Functions
Chapter 9: Differentiation and Integration
Chapter 10: Zeros of Nonlinear Functions
Chapter 11: Optimization
Chapter 12: Initial Value Problems
Chapter 13: Two-Point Boundary Value Problems
Chapter 14: Partial Differential Equations
Appendices