AMS 326

Numerical Analysis

  1. Course Syllabus: click here.

  2. Lecture Notes: Please note that the lecture notes will be updated frequently, so be sure to get the last updated version.

  3. Python Usage: Since you will learn to use Python during the whole course, I highly recommend that you should watch this video to install Anaconda Distribution of Python powered by Continuum Analytics because it comes as a convenient combo of many basic things you need to get started with Python. You can download the Anaconda distribution from here. You should choose the installer according to your operating system (Windows / Mac). This document assumes you are using Python 3.7 (Graphical Installer). You can then follow the instructions and install Anaconda with default settings. Once you install the Anaconda distribution successfully, you can launch the Jupyter Notebook then and access the notebook provided in the link. This notebook "Python Basis" was made by my Research Assistant, Nilson Chapagain as he included almost all basic knowledge about Python that you should know.

  4. If you have some troubles with installing Anaconda distribution, you can use CoCalc to run the Jupyter Notebook online. Please read here for more information.