Bisection methods, Newton/Raphson, introduction to lists
This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python™ programming language.
Lists: Chapter 8 of How to Think Like a Computer Scientist | Dictionaries: Chapter 10 of How to Think Like a Computer Scientist | As a reference: the Python Tutorial section on lists and dictionaries (feel free to skip 5.1.3 and 5.1.4)