{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "[Table of Contents](table_of_contents.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Topic 13. Adjoint Operators\n", "Author: Name and email goes here\n", " " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Introduction\n", "Give a high level (i.e., no equations) explanation of the topic, and why it is important." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Explanation of the theory\n", "\n", "Give a detailed discussion (i.e., equations galore) of the topic.  \n", "The emphasis here is clarity for future students learning the topic.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Simple Numerical Examples\n", "\n", "Provide some simple python code and examples that emphasize the basic concepts.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## An Engineering Application\n", "\n", "Provide a more sophisticated example showing one engineering example of the topic, complete with python code." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Challenge Problem\n", "\n", "Add a homework assignment that might take 10 minutes to complete. Make sure you can work the problem yourself, but you do not need to submit a solution to the problem." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.15" } }, "nbformat": 4, "nbformat_minor": 2 }