An open API service indexing awesome lists of open source software.

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.

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