Numerical Methods in Engineering with Python 3
eBook - PDF

Numerical Methods in Engineering with Python 3

Jaan Kiusalaas

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Numerical Methods in Engineering with Python 3

Jaan Kiusalaas

Book details
Table of contents
Citations

About This Book

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.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Numerical Methods in Engineering with Python 3 an online PDF/ePUB?
Yes, you can access Numerical Methods in Engineering with Python 3 by Jaan Kiusalaas in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Engineering General. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Half title
  3. Title
  4. Copyright
  5. Contents
  6. Preface
  7. 1 Introduction to Python
  8. 2 Systems of Linear Algebraic Equations
  9. 3 Interpolation and Curve Fitting
  10. 4 Roots of Equations
  11. 5 Numerical Differentiation
  12. 6 Numerical Integration
  13. 7 Initial Value Problems
  14. 8 Two-Point Boundary Value Problems
  15. 9 Symmetric Matrix Eigenvalue Problems
  16. 10 Introduction to Optimization
  17. Appendices
  18. List of Program Modules (by Chapter)
  19. Index