Differences between revisions 1 and 17 (spanning 16 versions) Back to page
Revision 1 as of 6:31PM, Apr 03, 2012
Size: 312
Editor: Sam
Comment:
Revision 17 as of 8:03AM, May 19, 2012
Size: 1879
Editor: Sam
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl Known:read,write,delete,revert All:read
Line 2: Line 3:
  * These two links show how our textbook emerged. Very useful sites! = Programming and plotting graphs =
Line 4: Line 5:
    * http://ocw.mit.edu/courses/physics/8-333-statistical-mechanics-i-statistical-mechanics-of-particles-fall-2007/   * If you already have your favorite way of plotting things up, you should use it to plot graphs for this course. The same goes for the programming. However, if you ''are'' uninitiated, or if you like to find a simple, robust and free alternative, python is what I would recommend. The following links explain a very quick way to install scientific python (scipy; through enthought python), where plotting, special functions, basic numerical routines (numerical integration, and Runge Kutta, e.g.) are readily available.
    * <<ln(https://griffin.ucsc.edu/ph156-11/Matlab%20and%20Python,"This page has the general introduction to how to set up scientific python")>>. It also describes octave and matlab. To go quickly to the python section, just click on "Python" in the table of contents.
    * <<ln(https://griffin.ucsc.edu/ph156-11/Homework%204%20Solutions,"This page shows how to use pylab (part of scipy) or matlab/octave to make a plot")>>. Examples in the box can be grabbed into your file by dragging your mouse over it and copying the text. <<color("I believe that with minimum knowledge of python you can start running the shown examples on your computer, and then modifying them to suit your need.", tomato)>>
Line 6: Line 9:
    * http://ocw.mit.edu/courses/physics/8-334-statistical-mechanics-ii-statistical-physics-of-fields-spring-2008/ = The origin of the textbook =

These two links show how the two books by Kardar emerged, I think. (The first book is our main textbook.) Very useful sites!

  * <<ln(http://ocw.mit.edu/courses/physics/8-333-statistical-mechanics-i-statistical-mechanics-of-particles-fall-2007/, "Statistical mechanics of particles")>>

  * <<ln(http://ocw.mit.edu/courses/physics/8-334-statistical-mechanics-ii-statistical-physics-of-fields-spring-2008/, "Statistical mechanics of fields")>>

~-''Are you a registered user? Then, you can add stuff or edit!''-~

Programming and plotting graphs

  • If you already have your favorite way of plotting things up, you should use it to plot graphs for this course. The same goes for the programming. However, if you are uninitiated, or if you like to find a simple, robust and free alternative, python is what I would recommend. The following links explain a very quick way to install scientific python (scipy; through enthought python), where plotting, special functions, basic numerical routines (numerical integration, and Runge Kutta, e.g.) are readily available.

The origin of the textbook

These two links show how the two books by Kardar emerged, I think. (The first book is our main textbook.) Very useful sites!

Are you a registered user? Then, you can add stuff or edit!