Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 전산물리학:전산물리교재개발 [2014/12/15 15:16] – 새로 만듦 sonswoo | 전산물리학:전산물리교재개발 [2023/09/05 15:46] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| == 사용언어 == | == 사용언어 == | ||
| + | Python2 (Python3는 | ||
| == 목차 == | == 목차 == | ||
| + | PartI. Python install (기본 패키지 + matplotlib + numpy + scipy + networkx + (3차원 vpython?) | ||
| + | | ||
| + | imple python program (hello world??) | ||
| + | |||
| + | Part II: | ||
| + | | ||
| + | What to learn: | ||
| + | | ||
| + | | ||
| + | .. | ||
| + | .. | ||
| + | .. | ||
| + | |||
| + | ===백승기의 강의계획서 (시안)=== | ||
| + | ==교재== | ||
| + | *주교재: 유인물 | ||
| + | *부교재: | ||
| + | *M. Newman, Computational Physics | ||
| + | *M. Di Pierro, Annotated Algorithms in Python (아마존 추천) | ||
| + | |||
| + | ==강의내용== | ||
| + | 일단 Newman 책을 기준으로, | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * Lists and arrays, Good programming style | ||
| + | * Graphics and visualization | ||
| + | * Accracy and speed | ||
| + | * Evaluating integrals | ||
| + | * Derivatives | ||
| + | * Linear equations | ||
| + | * Eigenvalues and eigenvectors ([[: | ||
| + | * Nonlinear equations, Maxima and minima | ||
| + | * Discrete Fourier transform | ||
| + | * Fast Fourier transforms | ||
| + | * First-order differential equations with one variable | ||
| + | * Differential equations with more than one variable | ||
| + | * Other methods for differential equations | ||
| + | * [[: | ||
| + | * Random processes and Monte Carlo methods ([[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | |||