Skip to content
forked from mitmath/18330

18.330 Intro to Numerical Analysis

Notifications You must be signed in to change notification settings

raoufbarboza/18330

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

18.330: Introduction to numerical analysis

Spring 2020

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

We will be using the Julia language. Please follow these installation instructions.

Logistics

Slides, notebooks and recordings from lectures

  • Slides and notebooks for each lecture are available in the lectures directory.

  • Screen recordings of lectures are available here

  • Summaries of each lecture are here

Evaluation

  • 10 problem sets (50%). No late submissions, but the lowest score will be dropped.
  • 1 midterm exam (20%): Wednesday, March 18
  • Final project (30%): Due Monday, May 11

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

The final project will be an exploration of a topic in numerical analysis that we have not covered in class (although at the level of the class), and will include a discussion of the mathematics behind the method, together with your own implementation.

Learning Julia

  • Prof. Steven Johnson will give an introduction to Julia on Friday, Feb 7 from 5-7pm in 32-141. Make sure to install Julia beforehand. See https://github.com/mitmath/julia-mit for information and resources on Julia.

  • For help with Julia you should be able to find people in the Julia lab most of the time (see above for directions)

  • More learning resources are available at https://julialang.org/learning/

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.

About

18.330 Intro to Numerical Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%