Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 1.16 KB

README.md

File metadata and controls

11 lines (11 loc) · 1.16 KB

빅데이터물리학 2020년도 2학기

강의 내용

  • 0주차 (9월4일): 강의 소개, 계획
  • 1주차 (9월11일): python기본, google colab사용법, github에 파일 업로드 하기 jupyter notebook
    • 예제 문제풀이: projectile motion, harmonic oscillator
    • 과제: N-harmonic oscillator
  • 2주차 (9월18일): 데이터 파일 입출력, csv module, pandas dataframe을 이용한 io jupyter notebook
    • 과제: 2차원 평면에서 electric potential계산하기 (finite difference method)
  • 3주차 (9월 25일): random number, average, stddev sample mean, MC integration (basic) jupyter notebook
    • 과제: 3차원 구의 charge density가 kr 로 주어졌을 때 임의의 위치에서 electric field 계산하기 (sample point수에 따른 MC 오차와 함께)
      • Additional exercise: 임의의 charge density일때는? +,- 반구 두 개가 붙어 있을때는?