Modeling and Simulation in Python
by: Allen B. Downey
Released: 2017
Pages: 255
Language 语言: English
Pages: PDF
Size: 10 Mb
Modeling and Simulation in Python is an introduction to physical modeling using a computational approach.It is organized in three parts:
The first part presents discrete models,including a bikeshare system and world population growth.
The second part introduces first-order systems,including models of infectious disease,thermal systems,and chemical kinetics.
The third part is about second-order systems,including mechanical systems like projectiles,celestial mechanics,and rotating rigid bodies.
Taking a computational approach makes it possible to work with more realistic models than what you typically see in a first-year physics class,with the option to include features like friction and drag.
Python is an ideal programming language for this material. It is a good first language for people who have not programmed before,and it provides high-level data structures that are well-suited to express solutions to the problems we are interested in.
Modeling and Simulation in Python by: Allen B. Downey
相关推荐
Interpretability and Explainability in AI Using Python: Decrypt AI Decision-Making Using Interpretability and Explainability with Python to Build Reliable Machine Learning Systems
Automating Cyber Threat Intelligence: Tools and Techniques for Enhanced Security Posture
Mastering Design Patterns for Layered Testing: Master Strategic Test Design, Enhance Automation, and Integrate CI/CD Seamlessly Across API and UI Layers with Python
Building Generative AI Services with FastAPI: A Practical Approach to Developing Context-Rich Generative AI Applications
Time Series Analysis with Spark: A practical guide to processing, modeling, and forecasting time series with Apache Spark
Tiny Machine Learning Quickstart: Machine Learning for Arduino Microcontrollers