├── README.md ├── final.pdf ├── p1.pdf ├── p2.pdf ├── p3.pdf ├── p4.pdf ├── p5.pdf ├── p6.pdf ├── p7.pdf └── syllabus.pdf /README.md: -------------------------------------------------------------------------------- 1 | # 18.330: Introduction to Numerical Analysis (Fall 2023) 2 | ## Instructor: John Urschel 3 | 4 | Welcome to course 18.330 at MIT! This is an introductory course on **numerical analysis**. 5 | 6 | Here you will find the course syllabus, problem sets, and the instructions for the final project. 7 | -------------------------------------------------------------------------------- /final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/final.pdf -------------------------------------------------------------------------------- /p1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p1.pdf -------------------------------------------------------------------------------- /p2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p2.pdf -------------------------------------------------------------------------------- /p3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p3.pdf -------------------------------------------------------------------------------- /p4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p4.pdf -------------------------------------------------------------------------------- /p5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p5.pdf -------------------------------------------------------------------------------- /p6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p6.pdf -------------------------------------------------------------------------------- /p7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/p7.pdf -------------------------------------------------------------------------------- /syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitmath/18330/06c65664daad4dce12ef99ff5ef50e521b6f8bea/syllabus.pdf --------------------------------------------------------------------------------