Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akihironitta/num_calc
Coursework: numerical calculation in 2017 Fall
https://github.com/akihironitta/num_calc
Last synced: 26 days ago
JSON representation
Coursework: numerical calculation in 2017 Fall
- Host: GitHub
- URL: https://github.com/akihironitta/num_calc
- Owner: akihironitta
- Created: 2018-12-09T07:20:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T09:39:53.000Z (over 5 years ago)
- Last Synced: 2024-12-05T17:52:07.681Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://ist.ksc.kwansei.ac.jp/~nishitani/?NumRecipe17
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical Calculation
**Instructor**: Shigeto Nishitani [[HP](http://ist.ksc.kwansei.ac.jp/~nishitani/)] [[GitHub](https://github.com/daddygongon)] ([Department of Informatics](http://ist.ksc.kwansei.ac.jp/), [School of Science and Technology](http://sci-tech.ksc.kwansei.ac.jp/), [Kwansei Gakuin University](https://www.kwansei.ac.jp))
**Lecture**: Fall 2017, Friday, 11:00-12:40, in VII-103
**Team**: へび
- [Akihiro Nitta](https://akihironitta.github.io/)
- [Kazunori Sakai](https://github.com/whale8/)
- [Yuki Kotakehara](https://github.com/y-kotakehara)## Links
- 数値計算HP (http://ist.ksc.kwansei.ac.jp/~nishitani/?NumRecipe17)
- グループ得点 (http://ist.ksc.kwansei.ac.jp/~nishitani/?NumRecipeScore17)
- 数値計算 - Maple - (http://ist.ksc.kwansei.ac.jp/~nishitani/MapleHiki/)
- 数値計算 - Python - (https://github.com/daddygongon/jupyter_num_calc/tree/master/notebooks_python)## Notes
- [Python](./python_note.ipynb)## Assignments
01. 2017/10/06 [Python basics](./assignment/asgmt01_20171006.ipynb)
02. 2017/10/13 [Newton and bisection method](./assignment/asgmt02_20171013.ipynb)
03. 2017/10/20 [Error](./assignment/asgmt03_20171020.ipynb)
04. 2017/10/27 [Linear Algebra - **Eigenvalues and Eigenvectors** -](./assignment/asgmt04_20171027.ipynb)
05. 2017/11/03 大学祭休み
06. 2017/11/10 [Linear Algebra - **Matrix Inverse** -](./assignment/asgmt05_20171110.ipynb)
07. 2017/11/17 [Linear Algebra - **hogehoge** -](./assignment/asgmt06_20171117.ipynb)
08. 2017/11/24 [Interpolation and Integral](./assignment/asgmt07_20171124.ipynb)
09. 2017/12/01 [Regression](./assignment/asgmt08_20171201.ipynb)
10. 2017/12/08 [FFT](./assignment/asgmt09_20171208.ipynb)
11. 2017/12/15 [Physics](./assignment/asgmt10_20171215.ipynb)## Past Exams
01. (2016)[./assignment/test2016.ipynb]