https://github.com/matsunagalab/lecture_ode
Lecuture notes on practical methods for ordinary differential equations
https://github.com/matsunagalab/lecture_ode
differentialequations julia
Last synced: 2 months ago
JSON representation
Lecuture notes on practical methods for ordinary differential equations
- Host: GitHub
- URL: https://github.com/matsunagalab/lecture_ode
- Owner: matsunagalab
- Created: 2019-04-18T10:05:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T08:56:28.000Z (almost 7 years ago)
- Last Synced: 2025-03-13T05:16:37.054Z (over 1 year ago)
- Topics: differentialequations, julia
- Language: Jupyter Notebook
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lecture_ode
Notes on computational methods for ordinary differential equations
- 第2回 Juliaの紹介(文法)・環境セットアップとハンズオン
- 第3回 JuliaとPythonでの初歩的なソルバー実装・速度比較など
- 第4回 Juliaの常微分方程式のソルバーパッケージ(DifferentialEquations.jl)の紹介
- 第5回 Delay differential equation: Mackey-Glassの実装
- 第6回 Lyapunov解析
- 第7回 Delay differential equation (Mackey-Glass)のLyapunov解析
- 第8回 定常解の求解
- 第9回 パラメータFeedback
- 第X回 IO/Figures(画像とデータの対応) ワークスペースの保存
PowerPointとのリンク、データとのリンク、日々のワークフロー
- 第X回 N-body 1 距離の効率的な計算方法
- 第X回 N-body 2 力の計算など