Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: math480-2016
Views: 2226
1
\documentclass{article}
2
\title{Problem \#2 - The Nonsense Zone}
3
\author{UW Student}
4
\date{April 22, 2016}
5
\usepackage{amsmath}
6
7
\begin{document}
8
\maketitle
9
10
This is an enumerated list with a sublist.
11
\begin{enumerate}
12
\item Prove the following:
13
\begin{itemize}
14
\item Prove that $2 = 32$ under certain conditions.
15
\item Use the following formula: $\$1x = \$4y + n_{3-k}^{32_i}$
16
\end{itemize}
17
\item Solve the following integrals
18
\begin{itemize}
19
\item $\displaystyle \oint\frac{2x^2}{1-x^2}\mathrm{d}y$.
20
\item $\displaystyle \int\int\sum_{i=0}^{i=\infty}\frac{2+x}{(i+x)^2}\mathrm{d}y$.
21
\end{itemize}
22
\end{enumerate}
23
24
\begin{enumerate}
25
% item 1
26
\item Each item here has multiple lines in the tex file.
27
% item 2
28
\item
29
Check this out:\footnote{Hint: There is a \LaTeX{} package called amsmath that is helpful with aligning formulas. Google it.}
30
$$
31
\!
32
\begin{aligned}[t]
33
a + 2
34
&= (a+b)(a+b) && \text{by definition} \\
35
&= a^2 +b^2 && \text{using FOIL steps}\\
36
&= (ab)^2 && \text{simplified}
37
\end{aligned}
38
$$
39
% number 3
40
\item Consider the following equations,
41
\begin{align*}
42
\vec \nabla \cdot \vec{B} &\perp -\frac{\partial \vec{B}}{\partial t}\\
43
\vec \nabla \times \vec{E} &\cong -\frac{\vec{E}}{t}
44
\end{align*}
45
% number
46
\item $y=mx+c$ is a street line.
47
\end{enumerate}
48
49
\end{document}
50
51