Modeling and Simulation of Everyday Things, 2nd EditionКНИГИ » ПРОГРАММИНГ
Название: Modeling and Simulation of Everyday Things: Packed with examples from Python, C++, and FORTRAN. Yes, Fortran, 2nd Edition Автор: Michael Roth Издательство: CRC Press Год: 2025 Страниц: 545 Язык: английский Формат: pdf (true), epub Размер: 44.3 MB
With Python, C++, FORTRAN and a friendly conversational tone peppered with attempted humor, Modeling and Simulation of Everyday Things takes us on a journey through constructing models, and simulations of systems and processes of everyday life and beyond. Readers can access an example-packed online repository of programs in each of the three languages.
This Second Edition is a wonderful confluence of code development of Python and C++ applications and will cultivate broad perspective in the readership through having translations of major programs available in Python, C++ and FORTRAN (as we move forward, software engineers and researchers are recognizing the value of legacy programming). In addition to leveraging the best of the three languages, the readership can explore versatility in visualization by using native Python graphics as well as POV Raytracer and third-party animation tools. We approach modeling of a system by introducing the theoretical framework of the system, followed by its discretized form, then with narrated programs and sample results that also appear in the online repository.
Readers will be able to critically think through constructing models and simulations of a vast array of systems, interpreting results and visualizing them (which includes examples for visually and auditorily impaired individuals). Most importantly, their confidence will propel them forward to meet the challenges of the field, and to think “outside the book”.
Leveraging the best of three coding languages, two tracks for visualization, a conversational tone, and numerous examples, this book is extremely versatile and can be used by students from high school through science undergraduates in 2-year and 4-year institutions. The text is also ideal for use in Data Science as well as Professional Science Masters’ programs.
I chose three languages for this text because there are strengths and weakness unique to each one that compliment each other. From the rapid prototyping and wonderful graphics Python provides to the versatility of C++ and rapid execution of C++ and FORTRAN you can have a fairly effective toolbox. The main language of this text is C++. It is widely used, easily transferrable and versatile in that it can be used for either procedural or object‑oriented programming. Moreover, it cosmetically resembles Java and other languages closely and loops/conditionals are delimited by brackets which are much easier to follow in text than the indentation Python uses. I also chose Python because it is an interpreted language as opposed to compiled, and is an up and coming mainstay for scientific and educational computing. Basically, we see it nearly everywhere. FORTRAN is the third language because, although it is not widely used commercially and in some circles considered archaic, it is alive and well and still of central importance in scientific computing.
Скачать Modeling and Simulation of Everyday Things, 2nd Edition