initial checkin
authorhackbard <hackbard>
Sun, 27 Apr 2003 13:54:59 +0000 (13:54 +0000)
committerhackbard <hackbard>
Sun, 27 Apr 2003 13:54:59 +0000 (13:54 +0000)
ising/.cvsignore [new file with mode: 0644]
ising/ising.tex [new file with mode: 0644]

diff --git a/ising/.cvsignore b/ising/.cvsignore
new file mode 100644 (file)
index 0000000..1c93494
--- /dev/null
@@ -0,0 +1,4 @@
+*.dvi
+*.toc
+*.log
+*.aux
diff --git a/ising/ising.tex b/ising/ising.tex
new file mode 100644 (file)
index 0000000..daf0247
--- /dev/null
@@ -0,0 +1,48 @@
+\documentclass{article}
+
+\usepackage{verbatim}
+\usepackage[german]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+
+\author{Frank Zirkelbach}
+\title{Das Ising Modell}
+
+\begin{document}
+%\frontmatter
+\maketitle
+\tableofcontents
+
+%\mainmatter
+\section{Einfuehrung}
+\subsection{Statistische Groessen}
+lalala \ldots
+\subsection{Das allgemeine Ising Modell}
+Durch die Transfermatrix
+\begin{equation}
+ S_ij = +-1
+\end{equation}
+we look at all our neighbours
+
+\section{Loesungen des Ising Modells}
+\subsection{1-dimensionale Loesung}
+there are solutions for 1d \ldots
+\subsection{2-dimensionale Loesung}
+in 2d \ldots
+\subsection{3-dimensionale Loesung}
+und in 3d auch?
+
+\section{Simulation}
+we can easily implement it in c
+
+\section{Anwendungen}
+getho, here is how it comes \ldots
+
+\section{Zusammenfassung}
+i dont care, though this is powered by \LaTeX
+
+\appendix
+\section{Quellen}
+Baxter, Nolting, Kampf ;)
+
+\end{document}