Computational Physics. A Comprehensive Guide to Numerical Methods in Physics - Helion
Tytuł oryginału: Computational Physics. A Comprehensive Guide to Numerical Methods in Physics
ISBN: 9781836648260
stron: 350, Format: ebook
Data wydania: 2024-07-26
Księgarnia: Helion
Cena książki: 179,00 zł
This updated edition introduces computational physics for performing experiments on the computer. It provides a grounding in scientific programming with examples in the context of physics problems. Using C++ as the primary language, it covers interpolation, integration, and solving differential equations, from simple concepts to advanced topics. The book includes a chapter on high-performance computing and parallel programming.
Understanding computational physics is crucial for data manipulation and real-world simulations. The book starts with introductory topics and progresses to advanced material, including a C++ library and sample programs. Readers will learn problem-solving methods and constructing models.
This journey equips readers with skills for scientific tasks, demonstrating efficient problem-solving and model construction. The practical approach ensures users can apply these concepts in real-world scenarios, making it an essential resource for those interested in computational physics.
Osoby które kupowały "Computational Physics. A Comprehensive Guide to Numerical Methods in Physics", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Computational Physics. A Comprehensive Guide to Numerical Methods in Physics eBook -- spis treści
- 1. Introduction
- 2. Getting Comfortable
- 3. Interpolation and Data Fitting
- 4. Searching for Roots
- 5. Numerical Quadrature
- 6. Ordinary Differential Equations
- 7. Fourier Analysis
- 8. Monte Carlo Methods
- 9. Partial Differential Equations
- 10. Advanced Numerical Quadrature
- 11. Advanced ODE Solver and Applications
- 12. High-Performance Computing