Introduction to Computational Models with Python: Chapman & Hall/CRC Computational Science
Autor Jose M. Garridoen Limba Engleză Paperback – 30 iun 2020
The book’s five sections present:
- An overview of problem solving and simple Python programs, introducing the basic models and techniques for designing and implementing problem solutions, independent of software and hardware tools
- Programming principles with the Python programming language, covering basic programming concepts, data definitions, programming structures with flowcharts and pseudo-code, solving problems, and algorithms
- Python lists, arrays, basic data structures, object orientation, linked lists, recursion, and running programs under Linux
- Implementation of computational models with Python using Numpy, with examples and case studies
- The modeling of linear optimization problems, from problem formulation to implementation of computational models
This book introduces the principles of computational modeling as well as the approaches of multi- and interdisciplinary computing to beginners in the field. It provides the foundation for more advanced studies in scientific computing, including parallel computing using MPI, grid computing, and other methods and techniques used in high-performance computing.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 264.12 lei 6-8 săpt. | |
CRC Press – 30 iun 2020 | 264.12 lei 6-8 săpt. | |
Hardback (1) | 593.02 lei 6-8 săpt. | |
CRC Press – 4 sep 2015 | 593.02 lei 6-8 săpt. |
Din seria Chapman & Hall/CRC Computational Science
- 30% Preț: 404.41 lei
- 30% Preț: 264.40 lei
- 31% Preț: 395.89 lei
- 31% Preț: 395.10 lei
- 31% Preț: 441.81 lei
- 31% Preț: 422.44 lei
- 31% Preț: 256.73 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 30% Preț: 348.77 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 30% Preț: 365.57 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 29% Preț: 270.48 lei
- 32% Preț: 893.07 lei
- 30% Preț: 269.22 lei
- 31% Preț: 590.21 lei
- 32% Preț: 838.01 lei
- 31% Preț: 785.21 lei
Preț: 264.12 lei
Preț vechi: 377.35 lei
-30% Nou
Puncte Express: 396
Preț estimativ în valută:
50.55€ • 52.69$ • 42.08£
50.55€ • 52.69$ • 42.08£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367575533
ISBN-10: 0367575531
Pagini: 496
Dimensiuni: 156 x 234 x 30 mm
Greutate: 0.78 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
ISBN-10: 0367575531
Pagini: 496
Dimensiuni: 156 x 234 x 30 mm
Greutate: 0.78 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
Cuprins
Problem Solving: Problem Solving and Computing. Simple Python Programs. Basic Programming Principles with Python: Modules and Functions. Program Structures. The Selection Program Structure. The Repetition Program Structure. Data Structures, Object Orientation, and Recursion: Python Lists, Strings, and Other Data Sequences. Object Orientation. Object-Oriented Programs. Linked Lists. Recursion. Fundamental Computational Models with Python: Computational Models with Arithmetic Growth. Computational Models with Quadratic Growth. Models with Geometric Growth. Computational Models with Polynomial Growth. Empirical Models with Interpolation and Curve Fitting. Using Arrays with Numpy. Models with Matrices and Linear Equations. Introduction to Models of Dynamical Systems. Linear Optimization Models: Linear Optimization Modeling. Solving Linear Optimization Models. Sensitivity Analysis and Duality. Transportation Models. Network Models. Integer Linear Optimization Models.
Notă biografică
José M. Garrido is a professor in the Department of Computer Science at Kennesaw State University. Dr. Garrido is the author of several books and numerous research papers. His research interests include software development, operating systems, computational modeling, object-oriented simulation, and system formal specification.
Descriere
Emphasizing analytical skill development and problem solving, this book shows how to implement computational models using the flexible and easy-to-use Python programming language. It provides the foundation for more advanced work in scientific computing. The book uses the Python programming language interpreter and several packages from the huge