.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 10: April 10 - 14** ========================== Kepler-453b: A Real Tatooine? ----------------------------- In August 2015 the discovery of Kepler-453b was `announced `_. Kepler-453b orbits a binary star, like the planet "Tatooine" in "Star Wars". We apply numerical techniques for solving differential equations to explore the possible orbital dynamics of this planet. Animation --------- Animating a graph involves repeatedly updating the coordinates of drawn objects such as points and lines, then redrawing the objects. We learn how to do this in a Jupyter Notebook. Week 10 Notebook ---------------- - `View online <./Week10Notebook.html>`_ - :download:`Download <../Lessons/Week10/Week10Notebook.ipynb>` Python ~~~~~~ - Conditional expressions Matplotlib ---------- - **FuncAnimation** Quiz 9: More NumPy ------------------ - Indexing using boolean arrays. - Indexing using integer arrays. - **meshgrid** :download:`Sample Quiz 9 <../Quizzes/Quiz9Sample.pdf>` Report 5 -------- :doc:`tatooine`