-
-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Oscar Veliz edited this page Jul 25, 2024
·
78 revisions
These programs are examples for Numerical Analysis tutorial videos created by Oscar Veliz https://www.youtube.com/OscarVeliz. They are written in numerous languages such as C, Python, Haskell, SML/NJ, Julia, Ada, Rust, OCaml, Go, Kotlin, Perl, gnuplot, CLISP, Pascal, GNU Octave, and R. This accomplishes two tasks. The first to is to demonstrate that you can do Numerical Analysis in any language; that once you've learned one language you can program in anything. The second is to allow educators to use these programs as teaching tools without doing their students' homework for them. They are non-trivial, functional, and extensible pedagogical materials.
- Bisection Method
- False Position Method - Regula Falsi
- Fixed Point Iteration
- Aitken's Δ² Method
- Steffensen's Method
- Wegstein's Method
- Newton's Method
- Newton's Method Convergence Interval
- Horner's Method
- Global Newton Method
- Laguerre's Method
- Halley's Method
- Householder's Method
- Secant Method
- Inverse Quadratic Interpolation
- Muller's Method
- Durand-Kerner Method
- Aberth-Ehrlich
- Graeffe's Method
- Bairstow's Method
- Jenkins‐Traub
- Complex Plots
- Newton Fractal
- Halley Fractal
- Householder Fractal
- Laguerre Fractal
- Jarratt SPI Fractal
- Bairstow Fractal
- Jenkins‐Traub
- Generalized Fixed Point Iteration Method
- Generalized Aitken-Steffensen Method
- Generalized Newton's Method
- Generalized Secant Method
- Generalized Traub-Steffensen Method
- Generalized Finite Difference Method
- Broyden's Method
- Generalized Halley's Method
- Global Newton Method
- Generalized False Position Method
- Generalized Bisection Method