arminstraub.com

Fall 2023: Numerical Analysis (Math 436/565)

Overview

Instructor Dr. Armin Straub
MSPB 313
straub@southalabama.edu
(251) 460-7262 (please use e-mail whenever possible)
Office hours MW 10:00am-1:00pm, or by appointment
Lecture MW, 2:35-3:50pm, in MSPB 235
Midterm exams The tentative dates for our two midterm exams are:
Wednesday, October 4
Wednesday, November 15
Final exam Monday, December 11 — 3:30-5:30pm
Online grades Homework Scores
Exams: USAonline (Canvas)
Syllabus syllabus.pdf

Lecture sketches and homework

To help you study for this class, I am posting lecture sketches. These are not a substitute for your personal lecture notes or coming to class (for instance, lots of details and motivation are not included in the sketches). I hope that they are useful to you for revisiting the material and for preparing for exams.

Date Sketch Homework
08/23 lecture01.pdf Homework Set 1: Problems 1-4 (due 9/6)
08/28 lecture02.pdf Homework Set 1: Problems 5-8 (due 9/6)
08/30 lecture03.pdf Homework Set 2: Problems 1-3 (due 9/13)
09/06 lecture04.pdf Homework Set 2: Problems 4-7 (due 9/13)
09/11 lecture05.pdf Homework Set 3: Problems 1-5 (due 9/20)
09/13 lecture06.pdf Homework Set 3: Problem 6 (due 9/20)
09/18 lecture07.pdf Homework Set 4: Problems 1-3 (due 9/27)
09/20 lecture08.pdf Homework Set 4: Problems 4-6 (due 9/27)
09/25 lecture09.pdf Homework Set 5: Problems 1-4 (due 10/4)
09/27 lecture10.pdf Homework Set 5: Problems 5-6 (due 10/4)
exam practice problems (as well as solutions) are posted below
10/02 review get ready for the midterm exam on 10/4 (Wednesday)
lectures-all.pdf (all lecture sketches in one big file)
Overview of all homework problems

About the homework

  • Homework problems are posted for each unit. Homework is submitted online, and you have an unlimited number of attempts. Only the best score is used for your grade.

    Most problems have a random component (which allows you to continue practicing throughout the semester without putting your scores at risk).

  • Aim to complete the problems well before the posted due date.

    A 15% penalty applies if homework is submitted late.

  • Collect a bonus point for each mathematical typo you find in the lecture notes (that is not yet fixed online), or by reporting mistakes in the homework system. Each bonus point is worth 1% towards a midterm exam.

    The homework system is written by myself in the hope that you find it beneficial. Please help make it as useful as possible by letting me know about any issues!

Exams and practice material

The following material will help you prepare for the exams.

Python

If you just want to run a handful quick computations (without saving your work), you can use the text box below. However, keep in mind that the code entered in this box is run as a Python script. That means that we need to use print(...) if we want to see any output.

One convenient option for running Python code in the cloud is Colab by Google Research. You can sign in with any Google account (since Google is managing university email, you can use your university account).

Perform your first computation by entering something like "1+2" and pressing Shift+Enter.