Homework
Number | Due Date | Questions | Solutions |
1 | Sept 8 | .pdf | .tex | |
2 | Sept 15 | .pdf | .tex | |
3 | Sept 22 | .pdf | .tex | |
4 | Sept 29 | .pdf | .tex | |
5 | Oct 13 | .pdf | .tex | |
6 | Oct 20 | .pdf | .tex | |
7 | Oct 27 | .pdf | .tex | |
8 | Nov 10 | .pdf | .tex | |
9 | Nov 17 | .pdf | .tex Code | .pdf | Code |
10 | Dec 1 | .pdf | .tex Code | .pdf | Code |
11 | Dec 8 | .pdf | .tex | |
12 | Dec 15 | .pdf | .tex |
Midterms and Exams
Exam | Sample | Solutions | Exam | Solutions |
Midterm I | ||||
Midterm II | ||||
Final Exam |
Writing Mathematics
In mathematical and scientific writings, equations should occur naturally within full sentences and flow with the surrounding text. The goal is to communicate your mathematical reasoning to another person, and this usually requires more than just a string of equations. It is strongly recommended that students practice this style of writing in their homework. The homework solutions posted on this website can be used as examples, and a some good resources are
- Kevin P. Lee's A Guide to Writing Mathematics
- Michael Hutchings' Introduction to Mathematical Arguments (for writing proofs).
LaTeX
A great way to write mathematics electronically is to use LaTeX. LaTeX is widely used for the publication of scientific documents in many fields, including mathematics, physics, computer science and engineering. Some good resources for getting started with LaTeX are
- Information on LaTeX, MiKTeX, etc.
- Getting MiKTeX.
- The not so short introduction to LaTeX by Tobias Oetiker.
- Wikibook on LaTeX.
For preparing LaTeX documents, I use the command line editor vim, along with vim-LaTeX, and a PDF-viewer that automatically updates when the pdf file changes (e.g., Skim on Mac, or Evince in Linux). I have used this setup on both Mac OSX and Linux operating systems. Beware that while vim is a powerful text editor, it has a very steep learning curve.