Skip to content
Oscar Veliz edited this page Jul 4, 2023 · 77 revisions

Welcome to the numerical-veliz wiki!

MIT license GitHub last commit GitHub code size in bytes GitHub language count GitHub top language GitHub followers GitHub User's stars

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.

Table of Contents


Root-Finding

Fractals and Complex Plane

Hybrid Root-Finding

Eigenvalues

Systems of Nonlinear Equations

Minimization

Series