This is the final publication version suite of notebooks for my book project
Solving Nonlinear Equations with Iterative Methods:
Solvers and Examples in Julia
The project includes the print book, this suite of Jupyter notebooks that are a very good approximation of the print book, and a Julia package.
The package is SIAMFANLEquations.jl, now at version 1.0. You install it like any other registered Julia package.
The github repos are
Package: https://github.com/ctkelley/SIAMFANLEquations.jl
Notebooks: https://github.com/ctkelley/NotebookSIAMFANL
The package and notebooks are open source. License data are on the repos.
Enjoy,
-- Tim