"Lecture" for Week 1

I intend to start every week with a message like this one. A big advantage of the distance learning setup is that I am not obligated to fill up 150 minutes with talk if I don't have that much to say. Conversely, if I run on a bit long some week, you won't be late to your next class.

This is my first time to teach a history course, and my first time to teach a Web-based course, so please be patient if I am occasionally slow to make decisions. I should start by declaring some of my prejudices.

Books: I am asking each of you to obtain (which probably means "buy", but see "self-directed ... adapt instructions to your personal situation" above) some book on the general history of mathematics. You're expected to read along in that book each week to supplement the online readings.

You will also write a book review on another book. That one should not be a general history of mathematics, but something more focused. The only requirement is that it should contain both history and mathematics at a nontrivial level. (More on this later.)

The bottom of the link page lists some places where you might find suitable books.

Homework: For the first week, the "problems" in Prof. Allen's text may make good discussion questions, but they don't strike me as very suitable for homework papers. Instead, in addition to a get-acquainted essay, I have assigned a more mathematical problem concerning magic squares. The first part is easy (essentially a writing exercise). The rest is harder.

In preparation for this exercise I need to make some commments on the text material about magic squares. It contains a number of misprints and omissions.

  1. Most obviously, in the example on page 5, n = 5 (not 7) and q = n - 1 = 4.
  2. The main formula in Theorem 1 is missing a term "+ 1" (clearly visible in the Maple code).
  3. The theorem and the Maple code are both correct, but to make them precisely consistent one should let i and j in the theorem range from 1 to n instead of from 0 to n - 1, and delete the "+ 1" from the subscripts on the left of the main formula. The result of this change is just to move the first row and column to be the last row and column. [Why?].
  4. If you have sharp eyes, you noted that the Chinese magic square on page 3 and Dürer's square on page 4 have the extra property that each diagonal also sums to the magic number! The algorithm in Theorem 1 does not have this property; it is understood that we are not including it in our definition of a magic square.