Skip to content

Lectures for Physics 1321: "Computational Methods in Physics" (University of Pittsburgh, Fall 2016)

License

Notifications You must be signed in to change notification settings

NicholasCorrado/lectures

 
 

Repository files navigation

READING for Physics 1321 (Fall 2016)

Textbook is "Computational Physics" by Mark Newman. This book is referred to as "CP" below. Additional resources will be listed. These will include many online tutorials. Please watch and read these materials -- it will save valuable class time. As a general rule you will find yourself doing much more reading in the first month and much more timing designing and coding in the subsequent months.

  1. Week of 08/29 "Introduction"
  1. Week of 09/05 "Python"
  1. Week of 09/12 "Random Numbers and Monte Carlo Integration"
  1. Week of 09/19 "Numerical Integration"
  • 09/19
    • CP 5.1, 5.2, 5.3, 5.4 "Fundamental methods for evaluating integrals", "Errors on integrals", "Choosing the number of steps", "Romberg integration"
  • 09/21
    • CP 5.5, 5.6, 5.7 "Higher-order integration methods", "Gaussian quadrature", "Choosing an integration method"
  • 09/23
    • Why to Test your Code, How to Test your Code
  1. Week of 09/26 "Numerical Differentiation"
  • 09/26
    • CP 5.10.1-5.10.3 "Derivatives" (Part 1): "Forward and backward differences", "Errors", "Central differences", "HIgher-order approximations for derivatives"
  • 09/28
    • CP 5.10.4-5.10.7 "Derivatives" (Part 2): "Second derivatives", "Partial derivatives", "Derivatives of noisy data"
  1. Week of 10/03
  • 10/05
  • 10/07
  1. Week of 10/10 "Ordinary differential equations"
  • 10/10
    • CP 8.1 "First-order differential equations with one variable"
  • 10/12
    • CP 8.2 "First-order differential equations with more than one variable"
  1. Week of 10/17 "Partial differential equastions"
  • 10/17
    • CP 9.1 "Boundary value problems and the relaxation method"
  • 10/19
    • CP 9.2 "Faster methods for boundary value problems"
  • 10/21
    • CP 9.3 "Initial value problems"
  1. Week of 10/24
  • 10/24
    • CP 7.1, 7.2 "Fourier series", "The discrete Fourier transform"
    • lectures/week_09/M_Math_Phys_and_AHDN.pdf
  • 10/26
    • CP 7.3, 7.4 "Discrete cosine and sine transforms", "Fast Fourier transforms"
  1. Week of 10/31
  2. Week of 11/07
  3. Week of 11/14
  4. Week of 11/21
  5. Week of 11/28
  6. Week of 12/05

About

Lectures for Physics 1321: "Computational Methods in Physics" (University of Pittsburgh, Fall 2016)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%