Homework

Homework and solutions are available in the Assignments section of the Prismia course. To submit your homework, just click the check mark icon in your toolbar. You can submit your homework as many times as you want.

You can also give yourself a deadline extension, up to three days cumulatively over the term. To change your deadline, clear the gear icon in your toolbar.

Reflections

Homework includes an optional component called Homework Reflections. Reflections were introduced last year and were quite popular. There are at three goals here:

  1. To give you a chance to benefit from looking back at what you missed (or didn’t miss) on a HW assignment and expanding on what you learned from the experience.
  2. To facilitate more collaboration between students, which we feel is particularly important during the COVID era.
  3. To give you a chance to earn more points.

Here are the rules/instructions:

  1. You must form a group of exactly 4 or 5 students. Groups of sizes other than 4 or 5 are not allowed. To facilitate the formation of these groups, please use this workspace in Google Tables. You can create a new row to start a new group, or you can join an existing group by adding yourself to the “People” column. Once you reach a group size or 4 or 5, you can use the comment thread (available at the extreme left end of the row) to communicate a Zoom link and coordinate a time to meet.
  2. You must hold a videoconference (or in-person, if in the same COVID pod) meeting attended by all of the students in the group. This meeting will include a decision about which homework assignment the group is going to submit a reflection for, as well as a discussion of each question. Your goal is to identify which questions had the most interesting/important emergent ideas or misconceptions.
  3. The group members will collaborate (asynchronously in most cases, though synchronous is OK too) to produce a document which expounds the aforementioned points. As with the homework, your goal here is going to be to write something that’s interesting and useful for another person to read. You want to include pictures, code, etc. You can copy snippets from the homework as appropriate, but the overarching narrative voice should be one of reflection. It’s not OK for it to read like a list of whatever was submitted originally on the homework by the group members, with brief comments at the end about what folks missed.

    To facilitate asynchronous collaboration, I recommend using either Google Docs (for basic word processing features) or CoCalc (for real-time collaboration on a full-fledged Jupyter notebook) or Overleaf (if you have experience with LaTeX).

    Without being overly prescriptive regarding scope, a good guideline is that the new text (beyond anything copied from an assignment or original submission) should amount to a page or more of text. A better guideline is to write an amount of text that you would want to read if you were aiming to learn about what folks found interesting/challenging in the assignment.

  4. Once your document is ready, one person can export it to PDF and submit it here.
  5. Upon submission, the group will self-assign a score. You can give yourself as many as 10 points (for an excellent job) or as few as 5 (for meeting the basic requirements). Your self-assigned score may be reviewed, but you are encouraged to assess yourself fairly. These points will affect the grade of each group member in exactly the same way as if they were added directly to the score of the corresponding homework. E.g., if you had a 94, you will effectively have a 104 (though these points will be added downstream in the grading pipeline, not directly in Gradescope).
  6. You can submit a reflection on any homework at any time. Furthermore, you can collaborate with different groups on different assignments. However, each student may submit at most two reflections per week. To receive credit, a submission must be received by midnight on the last day of class.

Reflection example

Here’s an example of a good, brief reflection on a short exercise:

(Homework 4, Problem 4a). This exercise asks us to show that sampling uniformly from unit square is the same as sampling two independent random variables uniformly from the unit interval and combining them to form a tuple. This was actually an easy question to miss because of its simplicity. It’s easy to think of the fact being asked about as self-evidence, but it isn’t because the validity of the statement depends on the independence of the two components, and that has to be accounted for somehow. In fact, the problem relies on the “independence means multiply” concept: the key point is to observe that the unit density on the square factors as a product of the unit interval density of x times the unit interval density of y. In short, 1 times 1 equals 1!