Numerical Methods in Engineering with Python 3
This book is an introduction to numerical methods for students in engineering. It covers solution of equations, interpolation and data fitting, solution of differential equations, eigenvalue problems and optimisation. The algorithms are implemented in Python 3, a high-level programming language that rivals MATLAB® in readability and ease of use. All methods include programs showing how the computer code is utilised in the solution of problems. The book is based on Numerical Methods in Engineering with Python, which used Python 2. This new edition demonstrates the use of Python 3 and includes an introduction to the Python plotting package Matplotlib. This comprehensive book is enhanced by the addition of numerous examples and problems throughout.
- An introduction to numerical methods for students in engineering
- Introduction and liberal use of the Python plotting package Matplotlib
- Numerical algorithms used are robust and up-to-date with the current practice
Reviews & endorsements
"… a practical introduction, pushing the theory as far in the background as possible."
The European Mathematical Society (euro-math-soc.eu)
"This book is nicely focused on the most frequently encountered types of numerical problems that scientists and engineers usually face and the most common and robust algorithms for solving them. The text is just the right size for a semester-long course for upper-division undergraduates or first-year graduate students … this is a well-written text that is logically organized, attractively presented, and supported with challenging problems."
Anthony J. Duben, Computing Reviews
Product details
January 2013Hardback
9781107033856
432 pages
257 × 183 × 25 mm
0.93kg
31 b/w illus. 19 tables
Available
Table of Contents
- 1. Introduction to Python
- 2. Systems of linear algebraic equations
- 3. Interpolation and curve fitting
- 4. Roots of equations
- 5. Numerical differentiation
- 6. Numerical integration
- 7. Initial value problems
- 8. Two-point boundary value problems
- 9. Symmetric matrix eigenvalue problems
- 10. Introduction to optimization.