Skip to content
Oscar Veliz edited this page May 25, 2021 · 78 revisions

Welcome to the numerical-veliz wiki!

MIT license

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