-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGroupPresentationSlides.tex
81 lines (63 loc) · 2.03 KB
/
GroupPresentationSlides.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\documentclass{beamer}
\usecolortheme{dove}
\usepackage{graphicx}
\setbeamercolor{frametitle}{fg=gray}
\title{Achieving your potential: Analytical and Numerical solutions to electrostatic problems.}
\author{Alexander Garrett, Ciaran Cruise, Douglas Baillie, Paulin Todev and Donatas Zaripovas}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Most electrostatics problems can not be solved analytically and so require a numerical solution.}
\begin{center}
\includegraphics[height=40mm, keepaspectratio=true]{prob_b_alt.png}
\end{center}
\end{frame}
\begin{frame}{To solve this problem we designed and built a software package.}
\end{frame}
\begin{frame}{The software package is evidently fuctional.}
\end{frame}
\begin{frame}{Analytical and Numerical solutions to electrostatic problems.}
\begin{itemize}
\color{darkgray}
\item The importance of accuracy: solving the analytical solution.
\item The main purpose: solving situations numerically.
\item Putting pen to paper: creating the software package.
\end{itemize}
\end{frame}
\begin{frame}
\begin{center}
\color{darkgray}
\huge{The importance of accuracy: solving the analytical solution.}
\end{center}
\end{frame}
\begin{frame}{In order to ensure the validity of a numerical solution it is important to solve a system analytically first.}
\huge
\begin{equation*}
\nabla^2\phi = 0
\end{equation*}
\end{frame}
\begin{frame}
\begin{center}
\color{darkgray}
\huge{The main purpose: solving situations numerically.}
\end{center}
\end{frame}
\begin{frame}{The accuracy of the numerical soution is fundamental to the functionaing of the program.}
\end{frame}
\begin{frame}
\begin{center}
\color{darkgray}
\huge{Putting pen to paper: creating the software package.}
\end{center}
\end{frame}
\begin{frame}{The software has the potential to be useful across a broad demographic due to its usability.}
\end{frame}
\begin{frame}{Clearly the project was successful in creating the software package.}
\end{frame}
\begin{frame}{Slide13}
\end{frame}
\begin{frame}
\titlepage
\end{frame}
\end{document}