Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.92 KB

README.md

File metadata and controls

88 lines (64 loc) · 3.92 KB

README

This is a repository to store the handouts and homeworks during the computational class.

Almost all code files are written in Jupyter Notebook.

Update in progress. 😄

UNDERGRADUATE

TEXTBOOKS

  • Computational Physics - Problem Solving with Python (Rubin H.Landau, Manuel J. Paez and Cristian C. Bordeianu)
  • Computational Physics (Nicholas J. Giordano, Hisao Nakanishi)

HANDOUTS

HOMEWORKS

POSTGRADUATE

REFERENCE BOOKS

  • Numerical Recipes
  • An Introduction to Computer Simulation Methods Applications to Physical System (Harvey Gould, Jan Tobochnik, andWolfgang Christian)

Other Project

  • NSfunction

    • Solve the NS fuction, written in Fortran
    • Data saved as txt files
    • Drawing dynamic graph with python
  • vanderwaals

    • Regard $N_2$ as van der Waals gas
    • Calculate nitrogen's critical temperature, critical volume and critical pressure.
    • Plot nitrogen's van der Waals isothermal curve.
  • Lorenz_attractor

  • Curve_Fitting

    • data from experiment 3

REFERENCE