Walker D. Computational Physics (Essentials of Physics) 2ed 2022
Download Torrent
Opens in your torrent client (e.g. qBittorrent)
Health
Good2/0
Info HashCFD98D402C816EB2EA06C713B2EFD542244BA58F
Peers Updated10 hours ago (2026-03-24 03:24:22)
Description
Textbook in PDF format
This updated edition provides an introduction to computational physics in order to perform physics experiments on the computer. Computers can be used for a wide variety of scientific tasks, from the simple manipulation of data to simulations of real-world events. This book is designed to provide the reader with a grounding in scientific programming. It contains many examples and exercises developed in the context of physics problems. The new edition now uses C++ as the primary language. The book covers topics such as interpolation, integration, and the numerical solutions to both ordinary and partial differential equations. It discusses simple ideas, such as linear interpolation and root finding through bisection, to more advanced concepts in order to solve complex differential equations. It also contains a chapter on high performance computing which provides an introduction to parallel programming. FEATURES: Includes some advanced material as well as the customary introductory topics Uses a comprehensive C++ library and several C++ sample programs ready to use and build into a library of scientific programs Features problem-solving aspects to show how problems are approached and to demonstrate the methods of constructing models and solutions.
Introduction
Getting Comfortable
Interpolation and Data Fitting
Searching for Roots
Numerical Quadrature
Ordinary Differential Equations
Fourier Analysis
Monte Carlo Methods
Partial Differential Equations
Advanced Numerical Quadrature
Advanced ODE Solver and Applications
High-Performance Computing
Appendix. A Crash Course in C++ Programming