Added bibliography, changed makefile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
\documentclass[defaultstyle,11pt]{LaTeX/thesis}
|
||||
\documentclass[defaultstyle,11pt]{thesis}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amssymb}
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input LaTeX/macros.tex
|
||||
\input macros.tex
|
||||
|
||||
\chapter{Introduction}
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.8\textwidth]{LaTeX/fig/kepler}
|
||||
\includegraphics[width=0.8\textwidth]{fig/kepler}
|
||||
\caption{Geometric Representation of Auxiliary Circle}\label{aux_circ}
|
||||
\end{figure}
|
||||
|
||||
@@ -462,7 +462,7 @@
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{LaTeX/fig/porkchop}
|
||||
\includegraphics[width=\textwidth]{fig/porkchop}
|
||||
\caption{A sample porkchop plot of an Earth-Mars transfer}
|
||||
\label{porkchop}
|
||||
\end{figure}
|
||||
@@ -592,15 +592,17 @@
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{LaTeX/flowcharts/nlp}
|
||||
\includegraphics[width=\textwidth]{flowcharts/nlp}
|
||||
\caption{A flowchart of the Non-Linear Problem Solving Formulation}
|
||||
\label{nlp}
|
||||
\end{figure}
|
||||
|
||||
\subsection{LaGuerre-Conway Kepler Solver}
|
||||
Discuss how the LaGuerre-Conway algorithm is used in the code to provide a fundamental
|
||||
``natural trajectory'' between two quantized, but not necessarily close points. Mention
|
||||
validation.
|
||||
|
||||
The most basic building block of any trajectory is a physical model for simulating
|
||||
natural trajectories from one point forward in time. The approach taken by this
|
||||
paper uses the solution to Kepler's equation put forward by
|
||||
Conway\cite{laguerre_conway} in 1986.
|
||||
|
||||
\subsection{Sims-Flanagan Propagator}
|
||||
Discuss how this algorithm can then be expanded by using SFT to propagate any number of
|
||||
@@ -653,9 +655,9 @@
|
||||
Recommend future work, obviously. There are a \emph{ton} of opportunities for improvement
|
||||
including parallelization, cluster computing, etc.
|
||||
|
||||
\bibliographystyle{plain} % or "siam", or "alpha", etc.
|
||||
\nocite{*} % list all refs in database, cited or not
|
||||
\bibliography{LaTeX/refs} % Bib database in "refs.bib"
|
||||
\bibliographystyle{plain}
|
||||
\nocite{*}
|
||||
\bibliography{thesis}
|
||||
|
||||
\appendix
|
||||
% \input appendixA.tex
|
||||
|
||||
Reference in New Issue
Block a user