e01 : First Midterm

exam date description ready? info
01/30 09:30AM First Midterm true e01

The midterm exam will be in class on Wednesday, January 30 from 9:30am to 10:45am.

Rules

Phones off!

Closed book exam. You may bring one sheet of paper with notes on both sides, and you must turn that sheet in with your exam. No electronic devices of any kind. You won’t need to do any complicated numerical calculations, and if we ask you for Python code we won’t mark it off for exact syntax or details of argument lists.

Use a dark pen (preferred) or dark soft pencil, and write your answers legibly within the boxes provided.

Syllabus

The exam covers everything discussed in class through conjugate gradient and sparse matrices, which finishes in Lecture 7 on January 28. It does not cover the material on data fitting that begins on January 28.

You should review all of the readings, topics, interesting matrices, numpy/scipy routines, and lecture codes listed in the lecture outlines. To find the lecture outlines, click on “Calendar” at the top of the course web page and then on “lect01”, “lect02”, etc. on the calendar.

You should also review (download and run) the Jupyter transcripts from all of the lectures, and understand what’s going on in them. To find Jupyter transcripts, click on “Lecture Files” at the top of the course web page, and then on the date of the lecture. The lecture files also contain the slides I used in the lectures on 01.07 (temperature problem), 01.21 (interesting matrices), and 01.28 (conjugate gradient).

You should review all the problems on homeworks h01 through h03.

Summary of assigned readings:

Summary of topics:

Summary of interesting matrices:

Summary of numpy/scipy routines (not complete):

Summary of lecture codes:

Sample problems