Skip to main content

1989 | Buch | 2. Auflage

Computer Simulation and Computer Algebra

Lectures for Beginners

verfasst von: Professor Dr. Dietrich Stauffer, Professor Dr. Friedrich W. Hehl, Dipl.-Phys. Volker Winkelmann, Professor Dr. John G. Zabolitzky

Verlag: Springer Berlin Heidelberg

insite
SUCHEN

Über dieses Buch

The chapter on statistical-physics simulations has been enlarged, mainly by a dis­ cussion of multispin coding techniques for the Ising model (bit-by-bit parallel oper­ ations). In the chapter about Reduce, some details of the presentation have been cor­ rected or clarified. The new operator MATEIGEN for the computation of eigenvec­ tors of matrices is explained. The first chapter and the appendix remain unchanged. Needless to say, the field of computational science is advancing so quickly, for ex­ ample with the development of parallel, as opposed to vectorized, algorithms, that it will not be too long before a further edition is called for. Cologne, March 1989 The authors Preface to the First Edition Computers play an increasingly important role in many of today's activities, and correspondingly physicists find employment after graduation in computer­ related jobs, often quite remote from their physics education. The present lectures, on the other hand, emphasize how we can use computers for the purposes of fundamental research in physics. Thus we do not deal with programs designed for newspapers, banks, or travel agencies, i.e., word processing and storage of large amounts of data.

Inhaltsverzeichnis

Frontmatter
1. Computational Methods in Classical Physics
Abstract
It is the aim of this chapter to enable the readers to implement solutions to problems in the physical sciences with a computer program, and carry out the ensuing computer studies. They will therefore be shown a few basic numerical methods, and the general spirit for mapping physics problems onto a computational algorithm. It is advisable to spend some time actually implementing the exercises proposed, since is only by so doing that one may learn about, and get a feel for, the spirit of scientific computing. Examples are given using the FORTRAN 77 language and the UNIX operating system. The graphics interface used is that of the SUN workstation.
John G. Zabolitzky
2. Monte Carlo Simulations in Statistical Physics
Abstract
In Statistical Physics one mostly deals with thermal motion of a system of particles at nonzero temperatures. For example, in a classical ideal gas of point-like molecules each particle has an average kinetic energy equal to dk B T/2 in d dimensions. Here T is the absolute temperature and k B = 1.6 × 1023 Joule per Kelvin is Boltzmann’s constant. Statistical Physics is used try to explain such laws and to predict the properties of materials consisting of many such particles; therefore, in this example the specific heat is 3Nk B /2 in three dimensions if the gas consists of N particles. In most applications, the number N of particles is very large, and they influence each other by their intermolecular forces. For example, a glass of beer contains about 1025 water molecules, and if these molecules did not interact with each other, the beer would vanish by evaporation, not by drinking. These interactions are also unhealthy for theoretical physics since with interactions usually one cannot solve exactly the problem of how the molecules move and what their average energy is, because even on a computer it is not possible to store the positions and velocities of 1025 point-like molecules. (The Cray-2 supercomputer has only two Gigabytes of main memory.) Instead, one is forced to work with a much smaller number of molecules, below 106, and solve numerically the equations of motion arising from Newton’s law: force equals mass times acceleration. This method is called molecular dynamics and has already been used in the first chapter of this book by Zabolitzky. We will not deal with this technique here; readers who want to know more are referred to the book of D.W.Heermann [1].
D. Stauffer
3. REDUCE for Beginners. Six Lectures on the Application of Computer-Algebra (CA)
Abstract
If you calculate on a computer by means of “letters” rather than with numbers, say you want to expand (a + 27b 3 − 4C)5 or to integrate ∫ 5x 2 sin 3 x dx, then you are applying “computer algebra” (CA). For that purpose you need:
  • access to a computer, that is to a PC (personal computer), a minicomputer, or a mainframe;
  • a CA-system, like Anthony Hearn’s Reduce 3.3, which should be installed on the computer under consideration; moreover, you want
  • a user’s manual, which you would get together with Reduce 3.3, say, if you purchased this CA-system.
And last but not least, you should have an introduction on how to use the CA-System.
Volker Winkelmann, Friedrich W. Hehl
4. Appendix: A Short Introduction to FORTRAN
Abstract
So far, this book is unbalanced: The authors who need the computer to think have introduced the reader to the language REDUCE they use; but the two other authors who can already think and who use the computer for simulations have assumed that the reader understands FORTRAN, historically the first higher programming language. A reader experienced in BASIC should be able to learn FORTRAN by simply reading the listed programs. True beginners may learn FORTRAN through the following remarks (the need for which was pointed out to us by J.Adler). Some statements are compared with the corresponding BASIC statements.
D. Stauffer
Metadaten
Titel
Computer Simulation and Computer Algebra
verfasst von
Professor Dr. Dietrich Stauffer
Professor Dr. Friedrich W. Hehl
Dipl.-Phys. Volker Winkelmann
Professor Dr. John G. Zabolitzky
Copyright-Jahr
1989
Verlag
Springer Berlin Heidelberg
Electronic ISBN
978-3-642-97174-7
Print ISBN
978-3-540-51141-0
DOI
https://doi.org/10.1007/978-3-642-97174-7