https://github.com/synchronizing/numercial-analysis
Notes for my numerical analysis course at the University of Florida.
https://github.com/synchronizing/numercial-analysis
Last synced: 18 days ago
JSON representation
Notes for my numerical analysis course at the University of Florida.
- Host: GitHub
- URL: https://github.com/synchronizing/numercial-analysis
- Owner: synchronizing
- Created: 2018-10-20T15:22:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T16:30:51.000Z (over 7 years ago)
- Last Synced: 2025-03-04T08:16:38.994Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 656 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Numerical Analysis
#### Methods
* Interpolation
* Lagrange Interpolation
* Piecewise Linear Interpolation
* Numerical Integration
* Riemann Sums
* Simpson's Rule
* Trapezoid Rule
* Comparisons (of the three).
* Numerical Differentiation
* Backward, Forward, Symmetric
* ODE Solving
* Euler's Method
* Midpoint Method
* Trapezoid Method
* Root Finding Method
* Bisection Method
* Newton's Method