Book description
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 library of C functions, and the versatile, open-source GnuPlot for visualizing the data. All source files, shell scripts, and additional notes are located at science.kennesaw.edu/~jgarrido/comp_models
The book first presents an overview of problem solving and the introductory concepts, principles, and development of computational models before covering the programming principles of the C programming language. The author then applies programming principles and basic numerical techniques, such as polynomial evaluation, regression, and other numerical methods, to implement computational models. He also discusses more advanced concepts needed for modeling dynamical systems and explains how to generate numerical solutions. The book concludes with the modeling of linear optimization problems.
Emphasizing analytical skill development and problem solving, this book helps you understand how to reason about and conceptualize the problems, generate mathematical formulations, and computationally visualize and solve the problems. It provides you with the foundation to understand more advanced scientific computing, including parallel computing using MPI, grid computing, and other techniques in high-performance computing.
Table of contents
- Front Cover
- Contents (1/3)
- Contents (2/3)
- Contents (3/3)
- List of Figures
- List of Tables
- Preface
- About the Author
- Chapter 1: Problem Solving and Computing (1/4)
- Chapter 1: Problem Solving and Computing (2/4)
- Chapter 1: Problem Solving and Computing (3/4)
- Chapter 1: Problem Solving and Computing (4/4)
- Chapter 2: Programs (1/3)
- Chapter 2: Programs (2/3)
- Chapter 2: Programs (3/3)
- Chapter 3: Modular Decomposition: Functions (1/3)
- Chapter 3: Modular Decomposition: Functions (2/3)
- Chapter 3: Modular Decomposition: Functions (3/3)
- Chapter 4: More Concepts of Computational Models (1/4)
- Chapter 4: More Concepts of Computational Models (2/4)
- Chapter 4: More Concepts of Computational Models (3/4)
- Chapter 4: More Concepts of Computational Models (4/4)
- Chapter 5: Algorithms and Programs (1/3)
- Chapter 5: Algorithms and Programs (2/3)
- Chapter 5: Algorithms and Programs (3/3)
- Chapter 6: Selection (1/3)
- Chapter 6: Selection (2/3)
- Chapter 6: Selection (3/3)
- Chapter 7: Repetition (1/3)
- Chapter 7: Repetition (2/3)
- Chapter 7: Repetition (3/3)
- Chapter 8: Arrays (1/4)
- Chapter 8: Arrays (2/4)
- Chapter 8: Arrays (3/4)
- Chapter 8: Arrays (4/4)
- Chapter 9: Pointers (1/3)
- Chapter 9: Pointers (2/3)
- Chapter 9: Pointers (3/3)
- Chapter 10: Linked Lists (1/5)
- Chapter 10: Linked Lists (2/5)
- Chapter 10: Linked Lists (3/5)
- Chapter 10: Linked Lists (4/5)
- Chapter 10: Linked Lists (5/5)
- Chapter 11: Text Data (1/2)
- Chapter 11: Text Data (2/2)
- Chapter 12: Computational Models with Arithmetic Growth (1/2)
- Chapter 12: Computational Models with Arithmetic Growth (2/2)
- Chapter 13: Computational Models with Quadratic Growth (1/3)
- Chapter 13: Computational Models with Quadratic Growth (2/3)
- Chapter 13: Computational Models with Quadratic Growth (3/3)
- Chapter 14: Models with Geometric Growth (1/2)
- Chapter 14: Models with Geometric Growth (2/2)
- Chapter 15: Computational Models with Polynomials (1/2)
- Chapter 15: Computational Models with Polynomials (2/2)
- Chapter 16: Models with Interpolation and Curve Fitting (1/4)
- Chapter 16: Models with Interpolation and Curve Fitting (2/4)
- Chapter 16: Models with Interpolation and Curve Fitting (3/4)
- Chapter 16: Models with Interpolation and Curve Fitting (4/4)
- Chapter 17: Using Vectors with the GSL (1/4)
- Chapter 17: Using Vectors with the GSL (2/4)
- Chapter 17: Using Vectors with the GSL (3/4)
- Chapter 17: Using Vectors with the GSL (4/4)
- Chapter 18: Matrices and Sets of Linear Equations (1/6)
- Chapter 18: Matrices and Sets of Linear Equations (2/6)
- Chapter 18: Matrices and Sets of Linear Equations (3/6)
- Chapter 18: Matrices and Sets of Linear Equations (4/6)
- Chapter 18: Matrices and Sets of Linear Equations (5/6)
- Chapter 18: Matrices and Sets of Linear Equations (6/6)
- Chapter 19: Introduction to Dynamical Systems (1/7)
- Chapter 19: Introduction to Dynamical Systems (2/7)
- Chapter 19: Introduction to Dynamical Systems (3/7)
- Chapter 19: Introduction to Dynamical Systems (4/7)
- Chapter 19: Introduction to Dynamical Systems (5/7)
- Chapter 19: Introduction to Dynamical Systems (6/7)
- Chapter 19: Introduction to Dynamical Systems (7/7)
- Chapter 20: Linear Optimization Modeling (1/2)
- Chapter 20: Linear Optimization Modeling (2/2)
- Chapter 21: Solving Linear Optimization Problems (1/4)
- Chapter 21: Solving Linear Optimization Problems (2/4)
- Chapter 21: Solving Linear Optimization Problems (3/4)
- Chapter 21: Solving Linear Optimization Problems (4/4)
- Chapter 22: Sensitivity Analysis and Duality (1/5)
- Chapter 22: Sensitivity Analysis and Duality (2/5)
- Chapter 22: Sensitivity Analysis and Duality (3/5)
- Chapter 22: Sensitivity Analysis and Duality (4/5)
- Chapter 22: Sensitivity Analysis and Duality (5/5)
- Chapter 23: Transportation Models (1/4)
- Chapter 23: Transportation Models (2/4)
- Chapter 23: Transportation Models (3/4)
- Chapter 23: Transportation Models (4/4)
- Chapter 24: Network Models (1/4)
- Chapter 24: Network Models (2/4)
- Chapter 24: Network Models (3/4)
- Chapter 24: Network Models (4/4)
- Chapter 25: Integer Linear Optimization Models (1/3)
- Chapter 25: Integer Linear Optimization Models (2/3)
- Chapter 25: Integer Linear Optimization Models (3/3)
- Appendix A: GNU C Compiler Tool (1/3)
- Appendix A: GNU C Compiler Tool (2/3)
- Appendix A: GNU C Compiler Tool (3/3)
- Appendix B: Introduction to Linux (1/6)
- Appendix B: Introduction to Linux (2/6)
- Appendix B: Introduction to Linux (3/6)
- Appendix B: Introduction to Linux (4/6)
- Appendix B: Introduction to Linux (5/6)
- Appendix B: Introduction to Linux (6/6)
- Bibliography
Product information
- Title: Introduction to Computational Modeling Using C and Open-Source Tools
- Author(s):
- Release date: November 2013
- Publisher(s): CRC Press
- ISBN: 9781482216790
You might also like
book
Computer Fundamentals and Programming in C (RMK)
Computer Fundamentals and Programming in C, with its abounding, extensive chapter-end questions and unique pedagogy, is …
book
Beginning Game Programming with Pygame Zero: Coding Interactive Games on Raspberry Pi Using Python
Make fun games while learning to code. Focused on making games rather than teaching programming theory, …
book
Programming for Microprocessors
Programming for Microprocessors deals with the basics of programming for microprocessors and contains practical aids to …
book
MATLAB Recipes: A Problem-Solution Approach
Learn from state-of-the-art examples in robotics, motors, detection filters, chemical processes, aircraft, and spacecraft. With this …