Introduction to computational modeling using C and open-source tools
Because computational models usually require high-performance computing to solve large and complex scientific problems, this book presents an introduction to computational models and their implementation using the C programming language. Its primary goal is to present basic to semi-advanced principl...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Boca Raton, FL :
CRC
[2014]
|
Colección: | Chapman & Hall/CRC computational science series
Chapman & Hall/CRC Computational Science |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009644281206719 |
Tabla de Contenidos:
- Front Cover; Contents; List of Figures; List of Tables; Preface; About the Author; Chapter 1: Problem Solving and Computing; Chapter 2: Programs; Chapter 3: Modular Decomposition: Functions; Chapter 4: More Concepts of Computational Models; Chapter 5: Algorithms and Programs; Chapter 6: Selection; Chapter 7: Repetition; Chapter 8: Arrays; Chapter 9: Pointers; Chapter 10: Linked Lists; Chapter 11: Text Data; Chapter 12: Computational Models with Arithmetic Growth; Chapter 13: Computational Models with Quadratic Growth; Chapter 14: Models with Geometric Growth
- Chapter 15: Computational Models with PolynomialsChapter 16: Models with Interpolation and Curve Fitting; Chapter 17: Using Vectors with the GSL; Chapter 18: Matrices and Sets of Linear Equations; Chapter 19: Introduction to Dynamical Systems; Chapter 20: Linear Optimization Modeling; Chapter 21: Solving Linear Optimization Problems; Chapter 22: Sensitivity Analysis and Duality; Chapter 23: Transportation Models; Chapter 24: Network Models; Chapter 25: Integer Linear Optimization Models; Appendix A: GNU C Compiler Tool; Appendix B: Introduction to Linux; Bibliography