-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.tex
65 lines (59 loc) · 1.58 KB
/
notes.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
\documentclass[12pt]{article}
\usepackage[margin=1.25in]{geometry}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{hyperref}
\usepackage{cancel}
\usepackage{dsfont}
\newtheorem{mydef}{Definition}
%%%%%%%%%%%%%
% These are a few commands which I have found useful over the years..
%%%%%%%%%%%%%
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
\newcommand{\abs}[1]{\left|#1\right|}
\newcommand{\set}[1]{\{#1\}}
\newcommand{\bx}{\mathbf{x}}
\newcommand{\bu}{\mathbf{u}}
\newcommand{\floor}[1]{\lfloor #1 \rfloor}
\newcommand{\ceil}[1]{\lceil#1 \rceil}
\newcommand{\bv}{\mathbf{v}}
\newcommand{\bbZ}{\mathds{Z}}
\newcommand{\bbR}{\mathds{R}}
\newcommand{\bbC}{\mathds{C}}
\newcommand{\bbN}{\mathds{N}}
\newcommand{\bbQ}{\mathds{Q}}
\newcommand{\bbzw}{\mathds{Z}[\omega]}
\newcommand{\bbzi}{\mathds{Z}[i]}
\newcommand{\nZ}[1][n]{\ensuremath{\mathds{Z}/#1\mathds{Z}}}
\newcommand{\<}{\langle}
\renewcommand{\>}{\rangle}
\title{AM 120 Notes}
\date{\today}
\author{Bannus Van der Kloot}
\begin{document}
\maketitle
\tableofcontents
\include{lectures/sep6}
\include{lectures/sep11}
\include{lectures/sep13}
\include{lectures/sep18}
\include{lectures/sep20}
\include{lectures/sep25}
\include{lectures/sep27}
\include{lectures/oct2}
\include{lectures/oct4}
\include{lectures/oct9}
\include{lectures/oct11}
\include{lectures/oct16}
\include{lectures/oct18}
\include{lectures/oct23}
\include{lectures/oct25}
\include{lectures/oct30}
\include{lectures/nov1}
\include{lectures/nov6}
\include{lectures/nov8}
\include{lectures/nov13}
\include{lectures/nov20}
\include{lectures/nov27}
\include{lectures/nov29}
\end{document}