Minor typos
This commit is contained in:
parent
a1dec5ecdc
commit
e21201631b
@ -3,7 +3,8 @@
|
|||||||
\documentclass[
|
\documentclass[
|
||||||
solutions,
|
solutions,
|
||||||
shortwarning,
|
shortwarning,
|
||||||
singlenumbering
|
singlenumbering,
|
||||||
|
unfinished
|
||||||
]{../../resources/ormc_handout}
|
]{../../resources/ormc_handout}
|
||||||
\usepackage{../../resources/macros}
|
\usepackage{../../resources/macros}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ A \textit{finite continued fraction} is an expression of the form
|
|||||||
\[
|
\[
|
||||||
a_0 + \cfrac{1}{a_1+\cfrac{1}{a_2 + \cfrac{1}{a_3 + ... + \cfrac{1}{a_{k-1} + \cfrac{1}{a_k}}}}}
|
a_0 + \cfrac{1}{a_1+\cfrac{1}{a_2 + \cfrac{1}{a_3 + ... + \cfrac{1}{a_{k-1} + \cfrac{1}{a_k}}}}}
|
||||||
\]
|
\]
|
||||||
where $a_0, a_1, ..., a_k$ are all in $\mathbb{Z}^+$.
|
where $a_0, a_1, ..., a_k$ are all in $\mathbb{Z}^+_0$.
|
||||||
We'll denote this as $[a_0, a_1, ..., a_k]$.
|
We'll denote this as $[a_0, a_1, ..., a_k]$.
|
||||||
|
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ An \textit{infinite continued fraction} is an expression of the form
|
|||||||
\[
|
\[
|
||||||
a_0 + \cfrac{1}{a_1+\cfrac{1}{a_2 + \cfrac{1}{a_3 + \cfrac{1}{a_4 + ...}}}}
|
a_0 + \cfrac{1}{a_1+\cfrac{1}{a_2 + \cfrac{1}{a_3 + \cfrac{1}{a_4 + ...}}}}
|
||||||
\]
|
\]
|
||||||
where $a_0, a_1, a_2, ...$ are in $\mathbb{Z}^+$.
|
where $a_0, a_1, a_2, ...$ are in $\mathbb{Z}^+_0$.
|
||||||
To prove that this expression actually makes sense and equals a finite number
|
To prove that this expression actually makes sense and equals a finite number
|
||||||
is beyond the scope of this worksheet, so we assume it for now.
|
is beyond the scope of this worksheet, so we assume it for now.
|
||||||
This is denoted $[a_0, a_1, a_2, ...]$.
|
This is denoted $[a_0, a_1, a_2, ...]$.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user