Continued fraction/Arithmetic: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (use internal links and subscripts)
Line 1:
By popular demand, see http://rosettacode.org/wiki/[[Talk:Continued_fractionContinued fraction#creating_a_continued_fraction]] and http://rosettacode.org/wiki/[[Talk:Continued_fractionContinued 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 N1N<sub>1</sub>, Continued Fraction N2N<sub>2</sub>)
which will perform basic mathmatical operations on continued fractions.
 
Line 10:
 
Subtasks:
* [http:/[Continued fraction arithmetic/rosettacode.org/wiki/Continued_fraction_arithmetic/Continued_fraction_r2cfContinued fraction r2cf%28Rational_N28Rational N%29 |Create a continued fraction from a rational number]]
* Investigate matrix NG
* Investigate G(matrix NG, Contined Fraction N)
* The complete solution G(matrix NG, Continued Fraction N1N<sub>1</sub>, Continued Fraction N2N<sub>2</sub>)
* Compare two continued fractions

Revision as of 09:43, 5 February 2013

By popular demand, see Talk:Continued fraction#creating_a_continued_fraction and 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: