/Numerical-Analysis

Notebooks for introductory Numerical Analysis - Numerical Mathematics course

Primary LanguageJupyter NotebookMIT LicenseMIT

Numerical-Analysis

This is a series of Jupyter notebooks using Julia for a standard introductory (first semester) Numerical Analysis or Numerical Mathematics course for STEM students.

The notebooks can be used three ways:

  1. Read the notebooks using Jupyter notebook viewera.

  2. Run the notebook on your computer:

  • install Julia
  • in Julia terminal add the package IJulia (using Pkg; Pkg.add("IJulia"))
  • clone this repository from GitHub to your computer

If you are unfamiliar with GitHub, check the GitHub help pages.

  1. Run the notebooks in JuliaBox.

Comments and corrections are welcome!