Homework Sets
Problems come from our text.
Problems with an S come from the supplemental problems
Assignment | Problems |
---|---|
HW 0 Due: Aug 30 |
1.1, 1.2, S1.3, and this Julia problem |
HW 1 Due: Sept 4 |
1.5, 1.8, 1.9, 1.10 1.11, 1.13, 1.15, S1.7 and these Julia Problems |
HW 2 Due: Sept 11 |
2.1, 2.2, 2.4, 2.5, 2.6, 2.8, 2.9, 2.10 and these Julia Problems |
HW 3 Due: Sept 18 |
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: Sept 25 |
These problems and this Julia problem |
HW 5 Due: Oct 2 |
this problem, 5.6, 5.8, S5.2, these three problems, 6.2, 6.4, 6.6, 6.7, S6.4 |
HW 6 Due: Oct 16 |
RREF problems, 6.13, 7.2, 7.3, 7.4, S7.5, 7.12 (with modification, see link) and these problems and these Julia problems. For one of the Julia problems you will need this audio snippet. |
HW 7 Due: Oct 23 |
8.3, 8.4, 8.6, 8.7, 8.11, S8.1, S8.3, and this Julia problem |
HW 8 Due: 30 Oct |
10.2, 10.4, 10.6, 10.9, 10.17, 10.21, 10.26, 10.35 and these problems and this Julia problem |
HW 9 Due: 6 Nov |
S11.7, 11.1, 11.2, 11.4, 11.6, 11.7, 11.12, 11.17, 11.18, and these problems and these Julia problems |
HW 10 Due: 15 Nov |
These four problems and these Julia problems |
HW 11 Due: 20 Nov |
These problems |
HW 12 Due: 25 Nov |
These problems |
HW 13 Due: 6 Dec |
These problems |
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}.\]