From aab126cf915f420b8105870d48665cc34feca057 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 27 Apr 2003 13:54:59 +0000 Subject: [PATCH] initial checkin --- ising/.cvsignore | 4 ++++ ising/ising.tex | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 ising/.cvsignore create mode 100644 ising/ising.tex diff --git a/ising/.cvsignore b/ising/.cvsignore new file mode 100644 index 0000000..1c93494 --- /dev/null +++ b/ising/.cvsignore @@ -0,0 +1,4 @@ +*.dvi +*.toc +*.log +*.aux diff --git a/ising/ising.tex b/ising/ising.tex new file mode 100644 index 0000000..daf0247 --- /dev/null +++ b/ising/ising.tex @@ -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} -- 2.20.1