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:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
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