mitmath / 18330

18.330 Introduction to Numerical Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

18.330: Introduction to Numerical Analysis

Spring 2021

Welcome to course 18.330 at MIT! This is an introductory course on numerical analysis.

Installation of required software

We will be using the following free / open source software:

Please follow these instructions to install Julia and then Pluto.

Logistics

  • Visiting professor David P. Sanders (sandersd@mit.edu)

  • TA: Nicholas Liu

  • Tues, Thurs 1–2:30pm Eastern, virtual

  • Office hours: Tues, 5–7pm Eastern

  • Piazza forum

Course materials

Evaluation

  • 10 problem sets (50%). No late submissions, but the lowest score will be dropped.
  • 1 midterm take-home exam (20%)
  • Final project (30%)

Problem sets will consist of a mixture of theory and coding in Julia. They will be submitted and graded online.

For the final project you will explore a topic in numerical analysis that we have not covered in class (but at the level of the class). The final project must include a discussion of the mathematics behind the method, together with your own implementation in Julia.

Learning Julia

Windows users

If you use Windows, please download Git for Windows here

Getting the files

To get the files, use git from the command line (or from a GUI), as follows

  • Clone the repository once with
git clone https://github.com/mitmath/18330

This will create a new directory called 18330 with the matierials.

  • Update it to pull in new changes each time with
git pull

This needs to be executed from within the directory. (Use cd to change directory.)

Syllabus

See here for the approximate course syllabus.

Bibliography

See here for bibliography and related online courses and learning materials.

About

18.330 Introduction to Numerical Analysis

License:Other