Год выпуска: 2005 Автор: Jaan Kiusalaas Жанр: Пособие Издательство: Cambridge University Press ISBN: 9780521852876 Язык: Английский Формат: PDF Качество: eBook (изначально компьютерное) Количество страниц: 432 Описание: Numerical Methods in Engineering with Python is a text for engineering students and a reference for practicing engineers, especially those who wish to explore the power and efficiency of Python. The choice of numerical methods was based on their relevance to engineering problems. Every method is discussed thoroughly and illustrated with problems involving both hand computation and programming. Computer code accompanies each method and is available on the book web site. This code is made simple and easy to understand by avoiding complex book-keeping schemes, while maintaining the essential features of the method Python was chosen as the example language because it is elegant, easy to learn and debug, and its facilities for handling arrays are unsurpassed. Moreover, it is an open-source software package that can be downloaded freely on theweb. Python is a great language for teaching scientific computation. 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; Appendices.