Skip to content

Commit 81f2040

Browse files
committed
Fix more typos
1 parent 5ac6484 commit 81f2040

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

Numbers and Sets/03.rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,10 @@ Hence we must have $b_K = a_K + 1$^[if $b_K > a_K + 1$, then $0.b_1 b_2 \dots b_
501501

502502
2. A decimal expansion is *periodic* if, after a finite number of terms, say $\ell$ digits, it repeats in blocks, of length $k$.
503503
I.e. $\exists \; \ell, k$ s.t. $d_{n + k} = d_n \; \forall \; n > \ell$. \
504-
A periodic decimal is rational, e.g. $x = 0.7832147147147 \dots$, $10^4 x - 7832 = 0.147147 \dots$
504+
A periodic decimal is rational, e.g.
505505
\begin{align*}
506506
x &= 0.7832147147147 \dots \\
507-
10^4 x - 7832 &= 0.147147 \dots
507+
10^4 x - 7832 &= 0.147147 \dots \\
508508
&= 147 \sum_{j=1}^{\infty} \frac{1}{10^{3j}} \\
509509
&= 147 \cdot \frac{1}{10^3} \cdot \frac{1}{1 - 10^3}
510510
\end{align*} so $x \in \mathbb{Q}$. \

Numbers and Sets/_book/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Numbers and Sets/_book/the-reals.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@ <h2><span class="header-section-number">3.4</span> Decimal expansion</h2>
533533
Hence we must have <span class="math inline">\(b_K = a_K + 1\)</span><a href="#fn13" class="footnote-ref" id="fnref13"><sup>13</sup></a> and <span class="math inline">\(a_j = 9, b_j = 0 \; \forall \; j &gt; K\)</span>.</p></li>
534534
<li><p>A decimal expansion is <em>periodic</em> if, after a finite number of terms, say <span class="math inline">\(\ell\)</span> digits, it repeats in blocks, of length <span class="math inline">\(k\)</span>.
535535
I.e. <span class="math inline">\(\exists \; \ell, k\)</span> s.t. <span class="math inline">\(d_{n + k} = d_n \; \forall \; n &gt; \ell\)</span>.<br />
536-
A periodic decimal is rational, e.g. <span class="math inline">\(x = 0.7832147147147 \dots\)</span>, <span class="math inline">\(10^4 x - 7832 = 0.147147 \dots\)</span>
536+
A periodic decimal is rational, e.g.
537537
<span class="math display">\[\begin{align*}
538538
x &amp;= 0.7832147147147 \dots \\
539-
10^4 x - 7832 &amp;= 0.147147 \dots
539+
10^4 x - 7832 &amp;= 0.147147 \dots \\
540540
&amp;= 147 \sum_{j=1}^{\infty} \frac{1}{10^{3j}} \\
541541
&amp;= 147 \cdot \frac{1}{10^3} \cdot \frac{1}{1 - 10^3}
542542
\end{align*}\]</span> so <span class="math inline">\(x \in \mathbb{Q}\)</span>.<br />

Probability/05-continuous.tex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ \section{Continuous Probability}
2323
\end{definition}
2424

2525
\begin{example}[A 6-sided dice]
26-
ars
26+
insertpicture
2727
\end{example}
2828

2929
\subsection{Properties of CDF}
@@ -1028,7 +1028,7 @@ \subsection{Inequalities for $\mathbb{E}[f(X)]$}
10281028

10291029
\begin{proof}
10301030
Convexity $\implies \forall \; x < y < z$
1031-
ars
1031+
insertpicture
10321032
\begin{align*}
10331033
\frac{f(y) - f(x)}{y - x} &\leq \frac{f(z) - f(y)}{z - y} \\
10341034
\text{Let } M^- &= \sup_{x < y} \frac{f(y) - f(x)}{y - x} \\
@@ -1135,8 +1135,7 @@ \subsection{Rejection Sampling}
11351135

11361136
\begin{question}
11371137
How do we sample uniformly on $A$?
1138-
ars
1139-
arst
1138+
insertpicture
11401139
\end{question}
11411140

11421141
Goal: \begin{align*}
@@ -1175,9 +1174,11 @@ \subsection{Rejection Sampling}
11751174
Then $U^{(1)} \sim X$.
11761175
\end{claim}
11771176

1177+
insertpicture
1178+
11781179
\begin{proof}
11791180
\begin{align*}
1180-
\mathbb{P}(U^{1} \leq u) &= \mathbb{P}(U \in \text{ blue region}) \\
1181+
\mathbb{P}(U^{1} \leq u) &= \mathbb{P}(U \in \text{blue region}) \\
11811182
&= \operatorname{area}(\{(x, y): x \leq u, y \leq f_X(x)\}) \\
11821183
&= \int_{0}^{u} f_X(x) \,dx \\
11831184
&= F_X(u).

Probability/probability.pdf

35 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)