.. _homework5: ============================================================= Homework 5 ============================================================= Due by 11:00pm on June 4, 2019. **Note:** Submit a pdf file via the Canvas assignment page `Homework 5 `_. - `hw5.pdf <_static/hw5.pdf>`_ - If you want to use latex for your solutions, you can start with the file `hw5.tex`, which includes commented-out sections where you can insert solutions. This can be found in the class repository (after cloning and perhaps doing a `git pull`, see :ref:`class_repos`) as `$AM586/homeworks/hw5/hw5.tex`. Note that this uses some macros from the file `$AM586/homeworks/latex/macros.tex`. - If you use a notebook for part or all of this, please submit both the `.ipynb` file and the `.html` or `.pdf` file that is generated via the `Files --> Download as...` menu, or with the `jupyter nbconvert` command. If you use a Python script, please submit the `.py` file. The notebooks relevant to this assignment are in the notebooks directory, and can also be viewed as html files at: - `Advection.html <_static/Advection.html>`_ - `Leapfrog_outflow.html <_static/Leapfrog_outflow.html>`_