-
Notifications
You must be signed in to change notification settings - Fork 0
/
hw2.tex
72 lines (63 loc) · 1.52 KB
/
hw2.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
\documentclass[a4paper,10pt]{article}
\usepackage[dvips]{color,graphicx}
\usepackage[dvips, bookmarks, colorlinks=false]{hyperref}
\addtolength{\textheight}{8cm}
\addtolength{\textwidth}{3.5cm}
\addtolength{\hoffset}{-2cm}
\addtolength{\voffset}{-3cm}
\setlength{\parskip}{3ex plus 0.5ex minus 0.2ex}
%opening
\title{Math508 Homework 2}
\author{Yu Huang}
\date{2007-01-26}
\begin{document}
\maketitle
\begin{abstract}
Simulation of random walk
\end{abstract}
\section{Figures}
\begin{figure}[h]
\includegraphics[width=1\textwidth]{hw2_1_a_N100.eps}
\caption{}
\end{figure}
\begin{figure}[p]
\includegraphics[width=1\textwidth]{hw2_1_a_N1000.eps}
\caption{}
\end{figure}
\begin{figure}[p]
\includegraphics[width=1\textwidth]{hw2_1_a_N10000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_1_a_N100000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_1_b_N100.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_1_b_N1000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_1_b_N10000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_1_b_N100000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_2_m20L100.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_2_m200L1000.eps}
\caption{}
\end{figure}
\begin{figure}
\includegraphics[width=1\textwidth]{hw2_2_m2000L10000.eps}
\caption{}
\end{figure}
\end{document}