.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 8: March 20 - 24** ========================= 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. Images and the RGB Color Model ------------------------------ NumPy arrays can be used to represent both color and grayscale images. We learn how colors are represented in terms of red, green, and blue components, and some of the functions Matplotlib provides for saving, loading and displaying images. Matplotlib ---------- - **imread** - **imsave** - **imshow** - **subplot** 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`