Skip to main content

An — Introduction To Numerical Computation Wen Shen Pdf __exclusive__

This blog post provides an overview of the key concepts and pedagogical approach found in " An Introduction to Numerical Computation " by

Notable strengths

  • Clear progression from basics (error/rounding) to advanced topics (stiff ODEs, eigenproblems).
  • Emphasis on error analysis and algorithm stability.
  • Practical pseudocode and algorithmic descriptions suitable for implementation.
  • Worked examples illustrating trade-offs (accuracy vs. cost).

Computer Arithmetic: Covers number representation (floating point), loss of significance, and Taylor series reviews. an introduction to numerical computation wen shen pdf

  1. Numerical methods for solving linear systems: Shen introduces various techniques for solving systems of linear equations, such as Gaussian elimination, LU decomposition, and iterative methods.
  2. Numerical methods for solving nonlinear equations: The book discusses methods for finding roots of nonlinear equations, including the bisection method, Newton's method, and secant method.
  3. Interpolation and approximation: Shen explains various techniques for approximating functions, including polynomial interpolation, spline interpolation, and least-squares approximation.
  4. Numerical differentiation and integration: The book covers methods for approximating derivatives and integrals, such as finite differences, Richardson extrapolation, and numerical quadrature.
Back to top