Introduction to Computational Modeling Using C and Open-Source Tools
eBook - PDF

Introduction to Computational Modeling Using C and Open-Source Tools

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

Introduction to Computational Modeling Using C and Open-Source Tools

Book details
Table of contents
Citations

About This Book

Introduction to Computational Modeling Using C and Open-Source Tools presents the fundamental principles of computational models from a computer science perspective. It explains how to implement these models using the C programming language. The software tools used in the book include the Gnu Scientific Library (GSL), which is a free software libra

Frequently asked questions

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.
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.
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.
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.
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.
Yes, you can access Introduction to Computational Modeling Using C and Open-Source Tools by Jose M. Garrido in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Year
2013
ISBN
9781482216790
Edition
1

Table of contents

  1. Front Cover
  2. Contents
  3. List of Figures
  4. List of Tables
  5. Preface
  6. About the Author
  7. Chapter 1: Problem Solving and Computing
  8. Chapter 2: Programs
  9. Chapter 3: Modular Decomposition: Functions
  10. Chapter 4: More Concepts of Computational Models
  11. Chapter 5: Algorithms and Programs
  12. Chapter 6: Selection
  13. Chapter 7: Repetition
  14. Chapter 8: Arrays
  15. Chapter 9: Pointers
  16. Chapter 10: Linked Lists
  17. Chapter 11: Text Data
  18. Chapter 12: Computational Models with Arithmetic Growth
  19. Chapter 13: Computational Models with Quadratic Growth
  20. Chapter 14: Models with Geometric Growth
  21. Chapter 15: Computational Models with Polynomials
  22. Chapter 16: Models with Interpolation and Curve Fitting
  23. Chapter 17: Using Vectors with the GSL
  24. Chapter 18: Matrices and Sets of Linear Equations
  25. Chapter 19: Introduction to Dynamical Systems
  26. Chapter 20: Linear Optimization Modeling
  27. Chapter 21: Solving Linear Optimization Problems
  28. Chapter 22: Sensitivity Analysis and Duality
  29. Chapter 23: Transportation Models
  30. Chapter 24: Network Models
  31. Chapter 25: Integer Linear Optimization Models
  32. Appendix A: GNU C Compiler Tool
  33. Appendix B: Introduction to Linux
  34. Bibliography