Tuesday 2pm - 3:30pm
Thursday 11am - 12:30pm
& by appointment
My office is in Fretwell 345C.
If you can't make my office hours or if you need help on the weekend, you can always email me.
Syllabus
and extra notes on proofs
and proofs for subrings
A checklist to ensure that you include all the parts I'm looking for in a homework set -- both the format of how you write proofs and the format of the overall homework set -- can be found on the last page of the document: extra notes on proofs.
homework sets | due date | revision due date | solutions |
homework set 1 | Jan 15 | Jan 24 | key |
homework set 2 | Jan 24 | Feb 7 | key |
homework set 3 | Jan 31 | Feb 14 | key |
homework set 4 | Feb 7 | Feb 21 | key |
homework set 5 | Feb 14 | n/a | key |
homework set 6 | Feb 21 | key | |
homework set 7 | Feb 28 | March 28 | n/a |
homework set 8 | March 21 | April 4 | n/a |
homework set 9 | March 28 | April 18 | n/a |
homework set 10 | April 4 | April 18 | n/a |
homework set 11 | April 11 | April 26 | key |
homework set 12 | April 18 | April 30 | key |
homework set 13 | April 30 | n/a | key |
Extra Credit Set | April 30 | n/a | n/a |
Symbolic logic: extra notes on symbolic logic and truth tables
and extra examples of validity of IF...THEN statements.
Extra proofs worked in class January 15
Extra questions
(solutions) on topics covered in class January 24.
tables for in-class example worked in class April 16
Divisor and Congruence Theorems given out in class January 10
Chapter 1 theorems (typo on Theorem 1.5 corrected)
Chapter 2 theorems
Chapter 3 theorems
Chapter 4 theorems
Chapter 5 theorems
Chapter 6 theorems
Test 1 is on Feb 19 - topics
Test 2 is on April 2 - topics
Test 3 is on April 25 - topics
The Final Exam is on May 9 - topics
Calculator program for computing residues. (ie: reducing numbers in modulus n)
Calculator program for computing inverses of numbers in mods.
Calculator program for computing the factors of a number.
On-line Math Dictionary
On-line Modern Algebra study guide - worked questions
The On-line Encyclopedia of Integer Sequences (OEIS).
Math and logic symbol notation: basics and
more.
You will need a Latex compiler. They are free to download and can be found by searching google. The Windows compatible version is called MikTex (http://miktex.org/). For samples, examples, tutorials, and templates, a good list can be found here. Here's a short reference on coding math symbols. A more complete list of Latex symbols. The main thing to know about inserting symbols in the latex file is that all math symbol codes must be entered in math mode. This simply means you must have the following syntax: $[math symbol code]$. If you forget the dollar signs, it won't compile.