5

Can anyone recommend some good textbooks for undergraduate level computational physics course? I am using numerical recipe but find it not a very good textbook.

David Z
  • 76,371
velut luna
  • 4,004
  • 2
    Numerical Recipes is more of a reference text. Is there a particular area of Computational Physics you're wanting to study? Algorithms? Molecular simulation? Statistical mechanics? Fluids? Thijssen is full of nice examples. – lemon Jan 25 '15 at 11:01
  • Just some basic topics like numerical integration, solving ODEs, PDEs, linear systems, etc. – velut luna Jan 25 '15 at 11:24
  • 1
    It would be helpful if you could mention what it is about Numerical Recipes that you find unsatisfactory. – Emilio Pisanty Feb 07 '15 at 21:10

3 Answers3

4

I like Bill Gibbs' book Computation In Modern Physics for a couple of reasons (aside from having taken the course from the author):

  • After introducing basic tools (difference approximations to differential equations, numeric quadratures (i.e. integrals), and eigenvalue problems in a matrix form) it moves right on to problems of interest to me. The examples are all taken from nuclear and particle physics, so there neutron transport models and toy tomography problems and multi-electron atoms to solve and so on. Good stuff.
  • It is at once a small book, and provides deep coverage of the problems that it spends time on.
  • The sections on Monte Carlo methods are very good.

That said, it suffers from two issues that prospective users might want to know about:

  1. Bill is a Fortran 77 guy.

    All the code in the book is in that language, and he uses some deep magic array slicing tricks that (1) will take considerable study for students to comprehend and (2) may set a bad example in the modern era where programming clarity is to be preferred over "optimization" until you've proven that the compiler can't optimize it enough.

  2. The level might be a little steep.

    The course was taught to seniors and grad-students, but I would guess that it was conceived of as a graduate course. So the move from basic principles to problems is pretty demanding and the problems assume that the students know a fair amount of modern physics.

2

I am using this.(freely available) http://farside.ph.utexas.edu/teaching/329/329.html

A complete set of lecture notes for an upper-division undergraduate computational physics course. Topics covered include scientific programming in C, the numerical solution of ordinary and partial differential equations, particle-in-cell codes, and Montecarlo methods.

Paul
  • 3,455
0

I am using a computation book with very specific procedures of derivation and I find it very helpful with my daily study,but it focuses on the quantum computation methods, the writers are Nielsen & Chuang. this is the free access to this book:

http://pan.baidu.com/share/link?shareid=3745380098&uk=2049226949