Basic Concepts in Computational Physics

Basic Concepts in Computational Physics
Author :
Publisher : Springer
Total Pages : 409
Release :
ISBN-10 : 9783319272658
ISBN-13 : 3319272659
Rating : 4/5 (58 Downloads)

Synopsis Basic Concepts in Computational Physics by : Benjamin A. Stickler

This new edition is a concise introduction to the basic methods of computational physics. Readers will discover the benefits of numerical methods for solving complex mathematical problems and for the direct simulation of physical processes. The book is divided into two main parts: Deterministic methods and stochastic methods in computational physics. Based on concrete problems, the first part discusses numerical differentiation and integration, as well as the treatment of ordinary differential equations. This is extended by a brief introduction to the numerics of partial differential equations. The second part deals with the generation of random numbers, summarizes the basics of stochastics, and subsequently introduces Monte-Carlo (MC) methods. Specific emphasis is on MARKOV chain MC algorithms. The final two chapters discuss data analysis and stochastic optimization. All this is again motivated and augmented by applications from physics. In addition, the book offers a number of appendices to provide the reader with information on topics not discussed in the main text. Numerous problems with worked-out solutions, chapter introductions and summaries, together with a clear and application-oriented style support the reader. Ready to use C++ codes are provided online.

A Survey of Computational Physics

A Survey of Computational Physics
Author :
Publisher : Princeton University Press
Total Pages : 685
Release :
ISBN-10 : 9781400841189
ISBN-13 : 1400841186
Rating : 4/5 (89 Downloads)

Synopsis A Survey of Computational Physics by : Rubin Landau

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

An Introduction to Computational Physics

An Introduction to Computational Physics
Author :
Publisher : Cambridge University Press
Total Pages : 414
Release :
ISBN-10 : 0521825695
ISBN-13 : 9780521825696
Rating : 4/5 (95 Downloads)

Synopsis An Introduction to Computational Physics by : Tao Pang

This advanced textbook provides an introduction to the basic methods of computational physics.

Computational Methods in Plasma Physics

Computational Methods in Plasma Physics
Author :
Publisher : CRC Press
Total Pages : 364
Release :
ISBN-10 : 9781439810958
ISBN-13 : 1439810958
Rating : 4/5 (58 Downloads)

Synopsis Computational Methods in Plasma Physics by : Stephen Jardin

Assuming no prior knowledge of plasma physics or numerical methods, Computational Methods in Plasma Physics covers the computational mathematics and techniques needed to simulate magnetically confined plasmas in modern magnetic fusion experiments and future magnetic fusion reactors. Largely self-contained, the text presents the basic concepts neces

Computational Physics

Computational Physics
Author :
Publisher : Createspace Independent Publishing Platform
Total Pages : 0
Release :
ISBN-10 : 1480145513
ISBN-13 : 9781480145511
Rating : 4/5 (13 Downloads)

Synopsis Computational Physics by : Mark E. J. Newman

This book explains the fundamentals of computational physics and describes the techniques that every physicist should know, such as finite difference methods, numerical quadrature, and the fast Fourier transform. The book offers a complete introduction to the topic at the undergraduate level, and is also suitable for the advanced student or researcher. The book begins with an introduction to Python, then moves on to a step-by-step description of the techniques of computational physics, with examples ranging from simple mechanics problems to complex calculations in quantum mechanics, electromagnetism, statistical mechanics, and more.

Computational Physics

Computational Physics
Author :
Publisher : John Wiley & Sons
Total Pages : 647
Release :
ISBN-10 : 9783527413157
ISBN-13 : 3527413154
Rating : 4/5 (57 Downloads)

Synopsis Computational Physics by : Rubin H. Landau

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 Physics of Carbon Nanotubes

Computational Physics of Carbon Nanotubes
Author :
Publisher : Cambridge University Press
Total Pages : 477
Release :
ISBN-10 : 9780521853002
ISBN-13 : 0521853001
Rating : 4/5 (02 Downloads)

Synopsis Computational Physics of Carbon Nanotubes by : Hashem Rafii-Tabar

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.

Introduction to Numerical Programming

Introduction to Numerical Programming
Author :
Publisher : CRC Press
Total Pages : 676
Release :
ISBN-10 : 9781466569676
ISBN-13 : 1466569670
Rating : 4/5 (76 Downloads)

Synopsis Introduction to Numerical Programming by : Titus A. Beu

Makes Numerical Programming More Accessible to a Wider Audience Bearing in mind the evolution of modern programming, most specifically emergent programming languages that reflect modern practice, Numerical Programming: A Practical Guide for Scientists and Engineers Using Python and C/C++ utilizes the author’s many years of practical research and teaching experience to offer a systematic approach to relevant programming concepts. Adopting a practical, broad appeal, this user-friendly book offers guidance to anyone interested in using numerical programming to solve science and engineering problems. Emphasizing methods generally used in physics and engineering—from elementary methods to complex algorithms—it gradually incorporates algorithmic elements with increasing complexity. Develop a Combination of Theoretical Knowledge, Efficient Analysis Skills, and Code Design Know-How The book encourages algorithmic thinking, which is essential to numerical analysis. Establishing the fundamental numerical methods, application numerical behavior and graphical output needed to foster algorithmic reasoning, coding dexterity, and a scientific programming style, it enables readers to successfully navigate relevant algorithms, understand coding design, and develop efficient programming skills. The book incorporates real code, and includes examples and problem sets to assist in hands-on learning. Begins with an overview on approximate numbers and programming in Python and C/C++, followed by discussion of basic sorting and indexing methods, as well as portable graphic functionality Contains methods for function evaluation, solving algebraic and transcendental equations, systems of linear algebraic equations, ordinary differential equations, and eigenvalue problems Addresses approximation of tabulated functions, regression, integration of one- and multi-dimensional functions by classical and Gaussian quadratures, Monte Carlo integration techniques, generation of random variables, discretization methods for ordinary and partial differential equations, and stability analysis This text introduces platform-independent numerical programming using Python and C/C++, and appeals to advanced undergraduate and graduate students in natural sciences and engineering, researchers involved in scientific computing, and engineers carrying out applicative calculations.

Computational Physics

Computational Physics
Author :
Publisher : Wiley-VCH
Total Pages : 616
Release :
ISBN-10 : 3527406263
ISBN-13 : 9783527406265
Rating : 4/5 (63 Downloads)

Synopsis Computational Physics by : Rubin H. Landau

This second edition increases the universality of the previous edition by providing all its codes in the Java language, whose compiler and development kit are available for free for essentially all operating systems. In addition, the accompanying CD provides many of the same codes in Fortran 95, Fortran 77, and C, for even more universal application, as well as MPI codes for parallel applications. The book also includes new materials on trial-and-error search techniques, IEEE floating point arithmetic, probability and statistics, optimization and tuning in multiple languages, parallel computing with MPI, JAMA the Java matrix library, the solution of simultaneous nonlinear equations, cubic splines, ODE eigenvalue problems, and Java plotting programs. From the reviews of the first edition: "Landau and Paez's book would be an excellent choice for a course on computational physics which emphasizes computational methods and programming." - American Journal of Physics

Information, Physics, and Computation

Information, Physics, and Computation
Author :
Publisher : Oxford University Press
Total Pages : 584
Release :
ISBN-10 : 9780198570837
ISBN-13 : 019857083X
Rating : 4/5 (37 Downloads)

Synopsis Information, Physics, and Computation by : Marc Mézard

A very active field of research is emerging at the frontier of statistical physics, theoretical computer science/discrete mathematics, and coding/information theory. This book sets up a common language and pool of concepts, accessible to students and researchers from each of these fields.