Computer Solutions in Physics


Book Description

With the great progress in numerical methods and the speed of the modern personal computer, if you can formulate the correct physics equations, then you only need to program a few lines of code to get the answer. Where other books on computational physics dwell on the theory of problems, this book takes a detailed look at how to set up the equations and actually solve them on a PC.Focusing on popular software package Mathematica, the book offers undergraduate student a comprehensive treatment of the methodology used in programing solutions to equations in physics.




Physics with MAPLE


Book Description

Written by an experienced physicist who is active in applying computer algebra to relativistic astrophysics and education, this is the resource for mathematical methods in physics using MapleTM and MathematicaTM. Through in-depth problems from core courses in the physics curriculum, the author guides students to apply analytical and numerical techniques in mathematical physics, and present the results in interactive graphics. Around 180 simulating exercises are included to facilitate learning by examples. This book is a must-have for students of physics, electrical and mechanical engineering, materials scientists, lecturers in physics, and university libraries. * Free online MapleTM material at http://www.wiley-vch.de/templates/pdf/maplephysics.zip * Free online MathematicaTM material at http://www.wiley-vch.de/templates/pdf/physicswithmathematica.zip * Solutions manual for lecturers available at www.wiley-vch.de/supplements/




Computer Systems


Book Description

For Computer Systems, Computer Organization and Architecture courses in CS, EE, and ECE departments. Few students studying computer science or computer engineering will ever have the opportunity to build a computer system. On the other hand, most students will be required to use and program computers on a near daily basis. Computer Systems: A Programmer's Perspective introduces the important and enduring concepts that underlie computer systems by showing how these ideas affect the correctness, performance, and utility of application programs. The text's hands-on approach (including a comprehensive set of labs) helps students understand the under-the-hood operation of a modern computer system and prepares them for future courses in systems topics such as compilers, computer architecture, operating systems, and networking.




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 Physics


Book Description

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.




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




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).




Physics for Computer Science Students


Book Description

This text is the product of several years' effort to develop a course to fill a specific educational gap. It is our belief that computer science students should know how a computer works, particularly in light of rapidly changing tech nologies. The text was designed for computer science students who have a calculus background but have not necessarily taken prior physics courses. However, it is clearly not limited to these students. Anyone who has had first-year physics can start with Chapter 17. This includes all science and engineering students who would like a survey course of the ideas, theories, and experiments that made our modern electronics age possible. This textbook is meant to be used in a two-semester sequence. Chapters 1 through 16 can be covered during the first semester, and Chapters 17 through 28 in the second semester. At Queens College, where preliminary drafts have been used, the material is presented in three lecture periods (50 minutes each) and one recitation period per week, 15 weeks per semester. The lecture and recitation are complemented by a two-hour laboratory period per week for the first semester and a two-hour laboratory period biweekly for the second semester.




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.