Numerical Analysis (CS 450) Fall 2023
What | Where |
---|---|
Time/place | Tue/Thu 11:00am--12:15pm 1320 Digital Computer Lab / Catalog |
Class URL | https://bit.ly/cs450-f23 |
Class recordings | Illinois Mediaspace |
Discussion | Discuss » |
Administrative Help | Help Desk (click "Message" on the top right) |
Chat | Chat » · In-lecture chat |
Recitation | Mondays at 2:30pm in 151 Loomis · Recordings |
Calendar | View » |
Quizzes
Older Quizzes
- Quiz for Lecture 26
- Quiz for Lecture 25
- Quiz for Lecture 24
- Quiz for Lecture 23
- Quiz for Lecture 22
- Quiz for Lecture 21
- Quiz for Lecture 20
- Quiz for Lecture 19
- Quiz for Lecture 18
- Quiz for Lecture 17
- Quiz for Lecture 16
- Quiz for Lecture 15
- Quiz for Lecture 14
- Quiz for Lecture 13
- Quiz for Lecture 12
- Quiz for Lecture 11
- Quiz for Lecture 10
- Quiz for Lecture 9
- Quiz for Lecture 8
- Quiz for Lecture 7
- Quiz for Lecture 6
- Quiz for Lecture 5
- Quiz for Lecture 4
- Quiz for Lecture 3
- Quiz for Lecture 2
Homework
- Homework set 14 (Due December 6)
- Homework set 13 (Due November 29)
- Homework set 12 (Due November 15)
Older Homeworks
- Homework set 11 (Due November 8)
- Homework set 10 (Due November 1)
- Homework set 9 (Due October 25)
- Homework set 8 (Due October 18)
- Homework set 7 (Due October 11)
- Homework set 6 (Due October 4)
- Homework set 5 (Due September 27)
- Homework set 4 (Due September 20)
- Homework set 3 (Due September 13)
- Homework set 2 (Due September 6)
- Homework set 1 (Due August 30)
4-Credit Hour Assignment
- Assignment 2 (4-credit hour) (Due December 12)
- Assignment 1 (4-credit hour) (Due December 6)
Exams
Please find information on our upcoming exams in the corresponding section of the class calendar. Reserve your time slots in the testing facility as soon as possible--otherwise your preferred times may no longer be available.
Course Outline
- scribbles-2023-08-22-andreas.pdf
- scribbles-2023-08-24-andreas.pdf
- scribbles-2023-08-29-andreas.pdf
- scribbles-2023-08-31-andreas.pdf
- scribbles-2023-09-05-andreas.pdf
- scribbles-2023-09-07-andreas.pdf
- scribbles-2023-09-12-andreas.pdf
- scribbles-2023-09-14-andreas.pdf
- scribbles-2023-09-19-andreas.pdf
- scribbles-2023-09-21-andreas.pdf
- scribbles-2023-09-26-luke.pdf
- scribbles-2023-09-28-andreas.pdf
- scribbles-2023-10-03-andreas.pdf
- scribbles-2023-10-05-andreas.pdf
- scribbles-2023-10-10-andreas.pdf
- scribbles-2023-10-12-andreas.pdf
- scribbles-2023-10-17-andreas.pdf
- scribbles-2023-10-19-andreas.pdf
- scribbles-2023-10-24-andreas.pdf
- scribbles-2023-10-26-andreas.pdf
- scribbles-2023-10-31-andreas.pdf
- scribbles-2023-11-02-andreas.pdf
- scribbles-2023-11-07-andreas.pdf
- scribbles-2023-11-09-andreas.pdf
- scribbles-2023-11-14-andreas.pdf
- scribbles-2023-11-16-andreas.pdf
- scribbles-2023-11-28-andreas.pdf
- scribbles-2023-11-30-andreas.pdf
- scribbles-2023-12-05-andreas.pdf
Team
Statement on CS CARES, Values, and Code of Conduct
All members of the Illinois Computer Science department---faculty, staff, and students---are expected to adhere to the CS Values and Code of Conduct. The CS CARES Committee is available to serve as a resource to help people who are concerned about or experience a potential violation of the Code. If you experience such issues, please contact the CS CARES Committee. The instructor of this course are also available for issues related to this class.
Textbook
Scientific Computing: An Introductory Survey / E-Book (accessible free of charge from campus network/VPN)
Michael T. Heath, Revised Second Edition, Society for Industrial and Applied Mathematics
Also see our class Piazza forum for a discount code for purchasing the book from SIAM.
Computing
We will be using Python with the libraries numpy, scipy and matplotlib for in-class work and assignments. No other languages are permitted. Python has a very gentle learning curve, so you should feel at home even if you've never done any work in Python.
Running Code on your Own Computer
While running code in this online system should technically suffice to do your work for this class, you may find it useful to also install Python on your own computer.
The recommended way of doing so involves downloading the Anaconda Python distribution. Note that this is a commercial product (even if it is free of charge), and this is not intended as an endorsement of the company or the product. Note that we cannot promise to provide technical support for this installation.
Another way to run Python code is through an online JupyterLab available through the course. Go to https://relate.cs.illinois.edu/lab get started. NOTE that this environment runs entirely in your browser. If you clear your browser data, any work 'saved' there will be irretrievably lost.
Grading Policies
Python Help
(see section 1 of the outline for more)
- Python tutorial
- Facts and myths about Python names and values
- Learn Python the hard way
- Project Euler (Lots of practice problems)
- From Python to Numpy
- PythonTutor (Execute Python step-by-step, with pictures)
Python workshop material
Numpy Help
(see section 1 of the outline for more)
- Introduction to Python for Science
- The SciPy lectures
- The Numpy MedKit by Stéfan van der Walt
- The Numpy User Guide by Travis Oliphant
- Numpy/Scipy documentation
- More in this reddit thread
- An introduction to Numpy and SciPy