Homework Sets
Most problems come from the course text. For example, problem 1.9 is problem 9 of Chapter 1. Problems with an S in front refer to the supplemental problems.
Assignment | Problems |
---|---|
HW 0 Due: 1/19 |
1.1, 1.2, S1.3, and this Julia problem |
HW 1 Due: 1/23 |
1.5, 1.8, 1.9, 1.10 1.11, 1.13, 1.15, S1.7 and these Julia Problems |
HW 2 Due: 1/30 |
2.1, 2.2, 2.4, 2.5, 2.6, 2.8, 2.9, 2.10 and these Julia Problems |
HW 3 Due: 2/6 |
3.4, S3.5, S3.11, 3.9, 3.12, 3.20 3.22, S3.4 S3.17 and these Julia Problems |
HW 4 Due: 2/13 |
These problems and this Julia problem |
HW 5 Due: 2/20 |
5.6, 5.8, these problems, S5.2, 6.2, 6.4, 6.6, 6.7, S6.4 |
HW 6 Due: 2/27 |
6.13, 7.2, 7.3, 7.4, 7.12 S7.5 and these problems and these Julia problems. For one of the Julia problems you will need this audio snippet. |
HW 7 Due: 3/7 |
8.3, 8.4, 8.6, 8.7, 8.11, S8.1, S8.3, and this Julia problem |
HW 8 Due: 3/20 |
10.2, 10.4, 10.6, 10.9, 10.17, 10.21, 10.26, 10.35 and these problems and this Julia problem |
HW 1 Hints
Many of the problems in this set rely on Section 1.4. and the operation $a^T b$.
You will need notation for building vectors from other vectors; see Section 1.1 In particular, the notations $0_n$, $\mathbf{1}_n$ for vectors of zeros and ones will be handy. You will also need subvector notation \(a_{j:k}\) and stacking notation, either $(a,b,c)$ or \[\begin{bmatrix}a\cr b\cr c\end{bmatrix}.\]