This commit is contained in:
pkirwin 2021-03-31 15:35:10 -06:00
parent 5f1f24742d
commit d2f4531ed1
4 changed files with 18 additions and 3 deletions

7
.gitignore vendored
View File

@ -4,3 +4,10 @@ PS2/doc.fls
PS2/doc.log
PS2/doc.synctex.gz
PS2/doc.synctex.gz
PS3/doc.aux
PS3/doc.fdb_latexmk
PS2/doc.synctex.gz
PS3/doc.fls
PS3/doc.log
PS3/doc.synctex.gz
PS2/doc.synctex.gz

Binary file not shown.

Binary file not shown.

View File

@ -180,7 +180,7 @@ S_u = [1, s; s, 1];
\end{enumerate}
\end{enumerate}
\newpage
\section*{Problem 2}
\begin{enumerate}[align=left,leftmargin=*,labelsep=1em,label=\bfseries(\alph*)]
\item %2a
@ -194,7 +194,7 @@ S_u = [1, s; s, 1];
\includegraphics[width=0.5\textwidth]{q2ai.png}
}
% TODO still don't like this caption
\captionof{figure}{Energy vs. wave vector relationship (note: not discretized to account for N)}
\captionof{figure}{Energy vs. wave vector relationship.}
\end{minipage}
\item %2aii
@ -208,6 +208,14 @@ S_u = [1, s; s, 1];
\begin{equation*}
\{ \phi \} = C e ^{ i k \cdot n a }
\end{equation*}
\begin{align*}
\left\{\phi\right\} = \begin{bmatrix}
Ce^{ika} \\
Ce^{ik2a} \\
\vdots \\
C_Ae^{ikNa}
\end{bmatrix}
\end{align*}
The corresponding wave function is:
@ -230,7 +238,7 @@ S_u = [1, s; s, 1];
C_Be^{ik2a} \\
\vdots \\
C_Ae^{ikNa} \\
C_Ae^{ikNa}
C_Be^{ikNa}
\end{bmatrix}
\end{align*}
\item %2bii