File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3
3
Algorithms I am particularly interested in are:
4
4
5
5
6
- - Neville's algorithm (for polynomial interpolation)
7
6
- [ All nearest smaller values] ( https://en.wikipedia.org/wiki/All_nearest_smaller_values#CITEREFBerkmanSchieberVishkin1993 )
8
7
- Jacobi
9
8
- PageRank
Original file line number Diff line number Diff line change 2
2
3
3
## [ Interpolation] ( https://en.wikipedia.org/wiki/Interpolation#Example )
4
4
5
- ### [ Linear interpolation] ( https://en.wikipedia.org/wiki/Linear_interpolation )
5
+ - [ Linear interpolation] ( https://en.wikipedia.org/wiki/Linear_interpolation )
6
6
7
- ### [ Polynomial interpolation] ( https://en.wikipedia.org/wiki/Polynomial_interpolation )
7
+ - [ Polynomial interpolation] ( https://en.wikipedia.org/wiki/Polynomial_interpolation )
8
8
9
- Polynomial interpolation is the interpolation of a given data set by a
9
+ Polynomial interpolation is the interpolation of a given data set by a
10
10
[ polynomial] ( https://en.wikipedia.org/wiki/Polynomial ) : given some points, find
11
11
a polynomial which goes exactly through these points.
12
12
13
- #### [ Lagrange form] ( https://en.wikipedia.org/wiki/Lagrange_polynomial )
13
+ - [ Lagrange form] ( https://en.wikipedia.org/wiki/Lagrange_polynomial )
14
14
15
- #### [ Newton polynomial] ( https://en.wikipedia.org/wiki/Newton_polynomial )
15
+ - [ Newton polynomial] ( https://en.wikipedia.org/wiki/Newton_polynomial )
16
+
17
+
18
+ ## TODO
19
+
20
+ - Lagrange interpolation using barycentric form
21
+ - Newton's form (using divided differences)
You can’t perform that action at this time.
0 commit comments