Continued fraction/Arithmetic: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "By popular demand, see http://rosettacode.org/wiki/Talk:Continued_fraction#creating_a_continued_fraction and http://rosettacode.org/wiki/Talk:Continued_fraction#Arithmetics.3F...")
 
No edit summary
Line 10: Line 10:


Subtasks:
Subtasks:
* Create a continued fraction from a rational number
* [[http://rosettacode.org/wiki/Continued_fraction_arithmetic/Continued_fraction_r2cf%28Rational_N%29 Create a continued fraction from a rational number]]
* Investigate matrix NG
* Investigate matrix NG
* Investigate G(matrix NG, Contined Fraction N)
* Investigate G(matrix NG, Contined Fraction N)

Revision as of 12:51, 4 February 2013

By popular demand, see http://rosettacode.org/wiki/Talk:Continued_fraction#creating_a_continued_fraction and http://rosettacode.org/wiki/Talk:Continued_fraction#Arithmetics.3F.3F, or be careful what you ask for.

This page is a placeholder for several subtasks which will eventually implement a function:

G(matrix NG, Continued Fraction N1, Continued Fraction N2)

which will perform basic mathmatical operations on continued fractions.

For these tasks continued fractions will be of the form:

so each may be described by the notation []

Subtasks: