commit
This commit is contained in:
parent
5f1f24742d
commit
d2f4531ed1
7
.gitignore
vendored
7
.gitignore
vendored
@ -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.
BIN
PS3/doc.pdf
BIN
PS3/doc.pdf
Binary file not shown.
14
PS3/doc.tex
14
PS3/doc.tex
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user