.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 8: March 27 - 31** ========================= Complex Numbers --------------- Complex numbers are introduced as pairs of real numbers that obey certain rules for addition and multiplication. It is shown that this naturally leads to a geometric view of complex numbers, and that Newton's method can be applied equally well to find the complex roots of polynomial equations. Week 8 Notebook --------------- - `View online <./Week8Notebook.html>`_ - :download:`Download <../Lessons/Week8/Week8Notebook.ipynb>` NumPy ----- - Complex numbers - **meshgrid** - Indexing using boolean arrays Quiz 7: NumPy Arrays and Indexing --------------------------------- - Array creation - Multi-dimensional arrays - Array indexing and slicing :download:`Sample Quiz 7 <../Quizzes/Quiz7Sample.pdf>` Report 4 -------- :doc:`newton_complex`