Minor typos
This commit is contained in:
@ -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}}}}}
|
||||
\]
|
||||
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]$.
|
||||
|
||||
|
||||
@ -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 + ...}}}}
|
||||
\]
|
||||
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
|
||||
is beyond the scope of this worksheet, so we assume it for now.
|
||||
This is denoted $[a_0, a_1, a_2, ...]$.
|
||||
|
Reference in New Issue
Block a user