Talk:Continued fraction/Arithmetic/G(matrix ng, continued fraction n): Difference between revisions

c++ version calculates cf for <math>\frac{1 + \frac{1}{\sqrt{2}}}{2}</math>
m ([1;5,2] is just a continued fraction sequence, as is [3;7])
(c++ version calculates cf for <math>\frac{1 + \frac{1}{\sqrt{2}}}{2}</math>)
Line 26:
 
* The task mentions generating an Arithmetic-geometric mean but neglects to mention what this would be a mean of.
 
* The task mentions the expression <math>\frac{1 + \frac{1}{\sqrt{2}}}{2}</math> but none of the implementations use that expression, nor does a continued fraction expression representing that value (such as 0 1 5 1 4 1 4 1 4 1 4 1...) seem to appear in the current implementations. Some implementations include a continued fraction for <math>\frac{1 + \sqrt{2}}{2}</math> but that's not the same (similar, but different).
 
Anyways... this draft has potential, but it also needs some work. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 10:25, 9 July 2015 (UTC)
6,951

edits