왜 숙제를 배껴서 내면 안되는가? 생각해 봅시다.
Lagrange interpolation
제1강 동영상 (2020/03/19)
강의 중 풀어보는 예제들은 여러분들이 이해한 것을 정리하고 코딩하고 결과까지 분석하여 레포트 형식으로 출력해서 보관 바랍니다. 적절한 시간에 제출을 요구하겠습니다.
Python 강좌 https://opentutorials.org/course/1750
numpy 배열 http://cs231n.github.io/python-numpy-tutorial/#numpy-arrays
그래프 그리기 https://matplotlib.org/tutorials/introductory/pyplot.html
Cubic spline
Taylor table을 이용한 discretization
Pade scheme을 이용한 discretization
non-Uniform grid
제11강 동영상 (2020/05/28), 엑셀을 이용한 설명 동영상, 출석체크
Euler explicit/implicit method 정확도, 안정성 분석
Linearization for implicit schemes
Runge-Kutta methods
Simple example for system of ODEs