Applied Computational Physics


Book Description

A textbook that addresses a wide variety of problems in classical and quantum physics. Modern programming techniques are stressed throughout, along with the important topics of encapsulation, polymorphism, and object-oriented design. Scientific problems are physically motivated, solution strategies are developed, and explicit code is presented.




A Survey of Computational Physics


Book Description

Computational physics is a rapidly growing subfield of computational science, in large part because computers can solve previously intractable problems or simulate natural processes that do not have analytic solutions. The next step beyond Landau's First Course in Scientific Computing and a follow-up to Landau and Páez's Computational Physics, this text presents a broad survey of key topics in computational physics for advanced undergraduates and beginning graduate students, including new discussions of visualization tools, wavelet analysis, molecular dynamics, and computational fluid dynamics. By treating science, applied mathematics, and computer science together, the book reveals how this knowledge base can be applied to a wider range of real-world problems than computational physics texts normally address. Designed for a one- or two-semester course, A Survey of Computational Physics will also interest anyone who wants a reference on or practical experience in the basics of computational physics. Accessible to advanced undergraduates Real-world problem-solving approach Java codes and applets integrated with text Companion Web site includes videos of lectures




Pathways Through Applied and Computational Physics


Book Description

This book is intended for undergraduates and young researchers who wish to understand the role that different branches of physics and mathematics play in the execution of actual experiments. The unique feature of the book is that all the subjects addressed are strictly interconnected within the context of the execution of a single experiment with very high accuracy, namely the redetermination of the Avogadro constant NA, one of the fundamental physical constants. The authors illustrate how the basic laws of physics are applied to describe the behavior of the quantities involved in the measurement of NA and explain the mathematical reasoning and computational tools that have been exploited. It is emphasized that all these quantities, although pertaining to a specific experiment, are of wide and general interest. The book is organized into chapters covering the interaction of electromagnetic radiation with single crystals, linear elasticity and anisotropy, propagation of thermal energy, anti-vibration mounting systems, and data analysis and B-spline interpolation. An essential feature is the focus on the role of Mathematica, an invaluable, fully integrated software environment for handling diverse scientific and technical computations.




Computational Methods for Physics


Book Description

There is an increasing need for undergraduate students in physics to have a core set of computational tools. Most problems in physics benefit from numerical methods, and many of them resist analytical solution altogether. This textbook presents numerical techniques for solving familiar physical problems where a complete solution is inaccessible using traditional mathematical methods. The numerical techniques for solving the problems are clearly laid out, with a focus on the logic and applicability of the method. The same problems are revisited multiple times using different numerical techniques, so readers can easily compare the methods. The book features over 250 end-of-chapter exercises. A website hosted by the author features a complete set of programs used to generate the examples and figures, which can be used as a starting point for further investigation. A link to this can be found at www.cambridge.org/9781107034303.







Computational Physics of Carbon Nanotubes


Book Description

This book presents the key theories, computational modelling and numerical simulation tools required to understand carbon nanotube physics. Specifically, methods applied to geometry and bonding, mechanical, thermal, transport and storage properties are addressed. This self-contained book will interest researchers across a broad range of disciplines.




Computational Physics


Book Description

The use of computation and simulation has become an essential part of the scientific process. Being able to transform a theory into an algorithm requires significant theoretical insight, detailed physical and mathematical understanding, and a working level of competency in programming. This upper-division text provides an unusually broad survey of the topics of modern computational physics from a multidisciplinary, computational science point of view. Its philosophy is rooted in learning by doing (assisted by many model programs), with new scientific materials as well as with the Python programming language. Python has become very popular, particularly for physics education and large scientific projects. It is probably the easiest programming language to learn for beginners, yet is also used for mainstream scientific computing, and has packages for excellent graphics and even symbolic manipulations. The text is designed for an upper-level undergraduate or beginning graduate course and provides the reader with the essential knowledge to understand computational tools and mathematical methods well enough to be successful. As part of the teaching of using computers to solve scientific problems, the reader is encouraged to work through a sample problem stated at the beginning of each chapter or unit, which involves studying the text, writing, debugging and running programs, visualizing the results, and the expressing in words what has been done and what can be concluded. Then there are exercises and problems at the end of each chapter for the reader to work on their own (with model programs given for that purpose).




Computational Methods in Physics, Chemistry and Biology


Book Description

Eine gut verständliche Einführung in moderne naturwissenschaftliche Rechenmethoden! Nur geringe physikalische Vorkenntnisse voraussetzend, vermittelt der Autor Grundlagen und komplexere Ansätze anhand vieler Beispiele und ausgesprochen praxisnaher Übungsaufgaben. Besprochen werden alle Rechenmethoden, die im Grundstudium erlernt werden sollen, hinsichtlich ihrer Leistungsfähigkeit und ihrer Anwendungsgebiete.




Computational Physics


Book Description

This textbook presents basic and advanced computational physics in a very didactic style. It contains very-well-presented and simple mathematical descriptions of many of the most important algorithms used in computational physics. The first part of the book discusses the basic numerical methods. The second part concentrates on simulation of classical and quantum systems. Several classes of integration methods are discussed including not only the standard Euler and Runge Kutta method but also multi-step methods and the class of Verlet methods, which is introduced by studying the motion in Liouville space. A general chapter on the numerical treatment of differential equations provides methods of finite differences, finite volumes, finite elements and boundary elements together with spectral methods and weighted residual based methods. The book gives simple but non trivial examples from a broad range of physical topics trying to give the reader insight into not only the numerical treatment but also simulated problems. Different methods are compared with regard to their stability and efficiency. The exercises in the book are realised as computer experiments.




Computational Problems for Physics


Book Description

Our future scientists and professionals must be conversant in computational techniques. In order to facilitate integration of computer methods into existing physics courses, this textbook offers a large number of worked examples and problems with fully guided solutions in Python as well as other languages (Mathematica, Java, C, Fortran, and Maple). It’s also intended as a self-study guide for learning how to use computer methods in physics. The authors include an introductory chapter on numerical tools and indication of computational and physics difficulty level for each problem. Readers also benefit from the following features: • Detailed explanations and solutions in various coding languages. • Problems are ranked based on computational and physics difficulty. • Basics of numerical methods covered in an introductory chapter. • Programming guidance via flowcharts and pseudocode. Rubin Landau is a Distinguished Professor Emeritus in the Department of Physics at Oregon State University in Corvallis and a Fellow of the American Physical Society (Division of Computational Physics). Manuel Jose Paez-Mejia is a Professor of Physics at Universidad de Antioquia in Medellín, Colombia.