Modeling Exercise Set X
Author
mark somerville
Last Updated
há 8 anos
License
Creative Commons CC BY 4.0
Abstract
Template for Modeling and Simulation Exercises at Olin College
Template for Modeling and Simulation Exercises at Olin College
\documentclass{tufte-handout}
\usepackage{graphicx}
\usepackage{exercise}
\usepackage{enumerate}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{tikz}
\usepackage[numbered, framed]{matlab-prettifier}
% Silence warnings from tufte-handout bibliography handling
\usepackage{silence}
\WarningFilter{latex}{File `dummy.bib'}
\begin{filecontents*}{dummy.bib}
\end{filecontents*}
\WarningsOff[natbib]
\WarningsOff[bibentry]
\bibliographystyle{plainnat}
\newcommand{\bi}{\begin{itemize}}
\newcommand{\ei}{\end{itemize}}
\newcommand{\be}{\begin{enumerate}}
\newcommand{\ee}{\end{enumerate}}
\newcommand{\beq}{\begin{equation}}
\newcommand{\eeq}{\end{equation}}
\newcommand{\foo}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/MatlabLogo.png}
\end{tikzpicture}%
}
\newcommand{\fuh}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/MathematicaLogo.png}
\end{tikzpicture}%
}
\newcommand{\fie}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/SolidworksLogo.png}
\end{tikzpicture}%
}
\let\ph\mlplaceholder % shorter macro
\lstMakeShortInline"
\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = ",
mlshowsectionrules = true,
}
\title{Modeling Exercise Set X}
\author{TOPIC GOES HERE}
\date{\today}
\begin{document}
\maketitle
\vspace{0.1in}
\section{Overview and Orientation}
This exercise asks you to DO SOME STUFF.
% \\There's probably some stuff about how to approach the problem set, like what to do if you get stuck and an estimate for how long it will take (Let us know if it's a little longer or a little shorter than 9 hours).
\newthought{WARNING:} By the time you're 2 or 3 hours into this, you should feel confident that you can complete the this in another 2-3 hours. If not, this is when you should {\bf ask for help.} This means {\bf talk to a colleague}, or {\bf talk to a ninja}, or {\bf track down an instructor}, or {\bf send an email to an instructor}.
\section{Learning Goals}
By the end of this exercise, you should be able to...
\begin{itemize}
\item Identify SOME STUFF
\item Develop SOME STUFF
\item Use SOME STUFF
\end{itemize}
\pagebreak
\section*{Exercise X.1}
% Silence warnings from tufte-handout bibliography handling
% \cite{dummy}
% \nobibliography{dummy}
\end{document}