Emailed committee and made progress on Section 5

This commit is contained in:
Connor
2022-02-06 20:50:18 -07:00
parent 53418ebc3c
commit f0e99e4658
19 changed files with 2108 additions and 184 deletions

25
LaTeX/macros.tex Normal file
View File

@@ -0,0 +1,25 @@
\newtheorem{theorem}{Theorem}
\newcommand{\diff}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\diffr}[1]{\diff{#1}{r}}
\newcommand{\diffth}[1]{\diff{#1}{\theta}}
\newcommand{\diffz}[1]{\diff{#1}{z}}
\newcommand{\vth}{V_{\theta}}
\newcommand{\twochoices}[2]{\left\{ \begin{array}{lcc}
\displaystyle #1 \\ \vspace{-10pt} \\
\displaystyle #2 \end{array} \right. } %}
\newcommand{\threechoices}[3]{\left\{ \begin{array}{lcc}
#1 \\ #2 \\ #3 \end{array} \right. } %}
\newcommand{\fourchoices}[4]{\left\{ \begin{array}{lcc}
#1 \\ #2 \\ #3 \\ #4 \end{array} \right. } %}
\newcommand{\twovec}[2]{\left(\begin{array}{c} #1 \\ #2 \end{array}\right)}
\newcommand{\threevec}[3]{\left(\begin{array}{c} #1 \\ #2 \\ #3 \end{array}\right)}
\newcommand{\twomatrix}[4]{\left(\begin{array}{cc} #1 & #2 \\ #3 & #4 \end{array}\right)}