
Parallel Spectral Numerical Methods
by Gong Chen, et al.
Publisher: Wikibooks 2013
Description:
We start by taking a quick look at finite-precision arithmetic. We then discuss how to solve ordinary differential equations (ODE) and partial differential equations (PDE) using the technique of separation of variables. We then introduce numerical time-stepping schemes that can be used to solve ODEs and PDEs...
Download or read it online for free here:
Read online
(online html)
Similar books
Solving PDEs in Pythonby Hans Petter Langtangen, Anders Logg - Springer
This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, it guides readers through the essential steps to quickly solving a PDE in FEniCS.
(8471 views)
Numerical Analysis for Engineeringby Douglas W. Harder, Richard Khoury - University of Waterloo
Contents: Error Analysis, Numeric Representation, Iteration, Linear Algebra, Interpolation, Least Squares, Taylor Series, Bracketing, The Five Techniques, Root Finding, Optimization, Differentiation, Integration, Initial-value Problems, etc.
(15879 views)
Programming for Computations - Pythonby Svein Linge, Hans Petter Langtangen - Springer
This book presents Python programming as a key method for solving mathematical problems. The style is accessible and concise, the emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.
(11830 views)
Handbook of Mathematical Functionsby M. Abramowitz, I. A. Stegun - GPO
Students and professionals in the fields of mathematics, physics, engineering, and economics will find this reference work invaluable. A classic resource for special functions, standard trig, and exponential logarithmic definitions and extensions.
(35594 views)