.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 7: March 13 - 17** ============================= Solving Algebraic Equations --------------------------- Finding the roots of a function - the values where it equates to zero - arises often when solving problems in science and mathematics. Since it is not always possible to find such roots exactly, methods for finding numerical approximations are needed. This week we start to examine such methods and explore their advantages and limitations. Convergence of Root-Finding Methods ----------------------------------- We continue our study of root-finding methods, examining the speed with which different methods converge to a solution. Quiz 6: Plotting ---------------- - **plot** - **figure** - **title**, **xlabel**, **ylabel** - **xlim**, **ylim** - **xticks**, **yticks** - **legend** - **subplot** - **text** :download:`Sample Quiz 6 <../Quizzes/Quiz6Sample.pdf>`