
Introduction to Modeling and Simulation with MATLAB® and Python
- 192 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Introduction to Modeling and Simulation with MATLAB® and Python
About this book
Introduction to Modeling and Simulation with MATLAB and Python is intended for students and professionals in science, social science, and engineering that wish to learn the principles of computer modeling, as well as basic programming skills. The book content focuses on meeting a set of basic modeling and simulation competencies that were developed as part of several National Science Foundation grants. Even though computer science students are much more expert programmers, they are not often given the opportunity to see how those skills are being applied to solve complex science and engineering problems and may also not be aware of the libraries used by scientists to create those models.
The book interleaves chapters on modeling concepts and related exercises with programming concepts and exercises. The authors start with an introduction to modeling and its importance to current practices in the sciences and engineering. They introduce each of the programming environments and the syntax used to represent variables and compute mathematical equations and functions. As students gain more programming expertise, the authors return to modeling concepts, providing starting code for a variety of exercises where students add additional code to solve the problem and provide an analysis of the outcomes. In this way, the book builds both modeling and programming expertise with a "just-in-time" approach so that by the end of the book, students can take on relatively simple modeling example on their own.
Each chapter is supplemented with references to additional reading, tutorials, and exercises that guide students to additional help and allows them to practice both their programming and analytical modeling skills. In addition, each of the programming related chapters is divided into two parts – one for MATLAB and one for Python. In these chapters, the authors also refer to additional online tutorials that students can use if they are having difficulty with any of the topics.
The book culminates with a set of final project exercise suggestions that incorporate both the modeling and programming skills provided in the rest of the volume. Those projects could be undertaken by individuals or small groups of students.
The companion website at http://www.intromodeling.com provides updates to instructions when there are substantial changes in software versions, as well as electronic copies of exercises and the related code. The website also offers a space where people can suggest additional projects they are willing to share as well as comments on the existing projects and exercises throughout the book. Solutions and lecture notes will also be available for qualifying instructors.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Example Hardware | Max. Speed | Date | Weather and Climate Modeling |
ENIAC | 400 Flops | 1945 | |
1950 | First automatic weather forecasts | ||
UNIVAC | 1951 | ||
IBM 704 | 12 KFLOP | 1956 | |
1959 | Ed Lorenz discovers the chaotic behavior of meteorological processes | ||
IBM7030 Stretch; UNIVAC LARC | 500-500 KFLOP | ~1960 | |
1965 | Global climate modeling underway | ||
CDC6600 | 1 Megaflop | 1966 | |
CDC7600 | 10 MFLOP | 1975 | |
CRAY1 | 100 MFLOP | 1976 | |
CRAY-X-MP | 400 MFLOP | ||
1979 | Jule Charney report to NAS | ||
CRAY Y-MP | 2.67 GFLOP | ||
1988 | Intergovernmental Panel on Climate Change | ||
1992 | UNFCCC in Rio | ||
IBM SP2 | 10 Gigaflop | 1994 | |
ASCII Red | 2.15 TFLOP | 1995 | Coupled Model Intercomparison Project (CMIP) | ...
Table of contents
- Cover
- Half Title
- Title Page
- Copyright Page
- Table of Contents
- Preface
- Authors
- CHAPTER 1 ■ Introduction to Computational Modeling
- CHAPTER 2 ■ Introduction to Programming Environments
- CHAPTER 3 ■ Deterministic Linear Models
- CHAPTER 4 ■ Array Mathematics in MATLAB® and Python
- CHAPTER 5 ■ Plotting
- CHAPTER 6 ■ Problem Solving
- CHAPTER 7 ■ Conditional Statements
- CHAPTER 8 ■ Iteration and Loops
- CHAPTER 9 ■ Nonlinear and Dynamic Models
- CHAPTER 10 ■ Estimating Models from Empirical Data
- CHAPTER 11 ■ Stochastic Models
- CHAPTER 12 ■ Functions
- CHAPTER 13 ■ Verification, Validation, and Errors
- CHAPTER 14 ■ Capstone Projects
- INDEX