-
Notifications
You must be signed in to change notification settings - Fork 2
/
Formula Sheet.tex
46 lines (35 loc) · 1012 Bytes
/
Formula Sheet.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
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage[margin=1in]{geometry}
\usepackage{multicol}
\usepackage{setspace}
\usepackage{float}
\usepackage{array}
\usepackage{hyperref}
%\usepackage{times}
\usepackage{amsthm}
\DeclareMathOperator{\sech}{sech}
\DeclareMathOperator{\csch}{csch}
\title{Undergraduate Mathematics Formulae and Identities}
\author{Rutuj Gavankar \\ \email}
\newcommand{\email}{\centering \href{mailto:[email protected]}{rsgavank.edu}}
\newcommand{\diff}[1]{\frac{\mathrm{d}}{\mathrm{d}#1}}
\newcommand{\der}[1]{\, \mathrm{d}#1}
\newcommand{\laplace}[1]{\mathcal{L}(#1)}
\newtheorem{thrm}{Theorem}
\newtheorem{defn}{Defintion}
\begin{document}
\maketitle
\tableofcontents
\newpage
\input{sections/prealgebra.tex}
\input{sections/trig.tex}
\input{sections/vectoralgebra.tex}
\input{sections/limits.tex}
\input{sections/series.tex}
\input{sections/diff.tex}
\input{sections/int.tex}
\input{sections/transforms.tex}
\end{document}